Make the property name use the correct name

This commit is contained in:
Oliver-Akins 2023-08-29 19:25:30 -06:00
parent 749dc96e97
commit e322f24457

View file

@ -40,7 +40,7 @@ services:
db:
build:
context: "./database"
docker: "dockerfile"
dockerfile: "dockerfile"
restart: "unless-stopped"
volumes:
- "./data:/var/lib/mysql"