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:
|
build:
|
||||||
context: ./nginx
|
context: ./nginx
|
||||||
args:
|
args:
|
||||||
- PHP_UPSTREAM=${PHP_PROCESS_MANAGER}
|
- PHP_UPSTREAM=php-fpm
|
||||||
volumes_from:
|
volumes_from:
|
||||||
- volumes_source
|
- volumes_source
|
||||||
volumes:
|
volumes:
|
||||||
@ -17,7 +17,7 @@ services:
|
|||||||
- "80:80"
|
- "80:80"
|
||||||
- "443:443"
|
- "443:443"
|
||||||
links:
|
links:
|
||||||
- ${PHP_PROCESS_MANAGER}
|
- php-fpm
|
||||||
|
|
||||||
### PHP-FPM Container #######################################
|
### PHP-FPM Container #######################################
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user