Fix upload permissions and make database persistent #17

Merged
bilal.catic merged 7 commits from docker-fix-mysql-and-permissions into master 2018-09-04 09:04:40 +02:00
2 changed files with 3 additions and 0 deletions
Showing only changes of commit 4ee23fba3f - Show all commits

1
database/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
volume/*

View File

@@ -54,3 +54,5 @@ services:
- MYSQL_PASSWORD
ports:
- '23306:3306'
volumes:
- ./database/volume/:/var/lib/mysql