Move docker volume to /mnt

This commit is contained in:
Pavle Portic 2019-03-23 17:27:00 +01:00
parent e5cd516cf5
commit 8dbee6a9d8
Signed by: TheEdgeOfRage
GPG Key ID: 6758ACE46AA2A849
2 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,3 +1,2 @@
static/perks
.env
storage

View File

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