Fix docker-compose typo

This commit is contained in:
Pavle Portic 2019-03-23 05:23:21 +01:00
parent 22798c851b
commit 34404feabd
Signed by: TheEdgeOfRage
GPG Key ID: 6758ACE46AA2A849
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ services:
MYSQL_ROOT_PASSWORD: perktree-root-password
MYSQL_DATABASE: perktree
volumes:
./storage/db:/var/lib/mysql
- ./storage/db:/var/lib/mysql
frontend:
build: