delete the .env file
making the central editing place is the docker-compose.yml file
This commit is contained in:
parent
f97f0b0d11
commit
28a2d8e072
@ -8,7 +8,7 @@ services:
|
||||
build:
|
||||
context: ./nginx
|
||||
args:
|
||||
- PHP_UPSTREAM=${PHP_PROCESS_MANAGER}
|
||||
- PHP_UPSTREAM=php-fpm
|
||||
volumes_from:
|
||||
- volumes_source
|
||||
volumes:
|
||||
@ -17,7 +17,7 @@ services:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
links:
|
||||
- ${PHP_PROCESS_MANAGER}
|
||||
- php-fpm
|
||||
|
||||
### PHP-FPM Container #######################################
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user