fix permission deined issue

This commit is contained in:
Jack Goh
2018-07-18 19:22:47 +08:00
parent e93d801e73
commit 403d250869
2 changed files with 6 additions and 7 deletions
+2 -2
View File
@@ -13,9 +13,9 @@ services:
ports:
- "8000:8000"
volumes:
- .:/var/www
- .:/app
env_file: .env
working_dir: /var/www
working_dir: /app
depends_on:
- database
links: