fix dockercompose error

This commit is contained in:
Jack Goh
2018-07-18 15:39:08 +08:00
parent acc227c2ca
commit b631e8a7a2
+2 -2
View File
@@ -11,9 +11,9 @@ services:
env_file: .env
working_dir: /app
depends_on:
- mysql
- database
links:
- mysql
- database
### Caddy Server #########################################