Fix start order
This commit is contained in:
@@ -12,7 +12,6 @@ services:
|
||||
- ./:/var/www
|
||||
- ./resources/docker/php/www.conf:/usr/local/etc/php-fpm.d/www.conf
|
||||
depends_on:
|
||||
- nginx
|
||||
- mysql
|
||||
- redis
|
||||
|
||||
@@ -24,6 +23,8 @@ services:
|
||||
- ./resources/docker/nginx/default.conf:/etc/nginx/conf.d/default.conf
|
||||
ports:
|
||||
- 80:80
|
||||
depends_on:
|
||||
- app
|
||||
|
||||
mysql:
|
||||
image: mysql:5.7.26
|
||||
|
||||
Reference in New Issue
Block a user