Make the property name use the correct name
This commit is contained in:
parent
749dc96e97
commit
e322f24457
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ services:
|
||||||
db:
|
db:
|
||||||
build:
|
build:
|
||||||
context: "./database"
|
context: "./database"
|
||||||
docker: "dockerfile"
|
dockerfile: "dockerfile"
|
||||||
restart: "unless-stopped"
|
restart: "unless-stopped"
|
||||||
volumes:
|
volumes:
|
||||||
- "./data:/var/lib/mysql"
|
- "./data:/var/lib/mysql"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue