Skip to content

Commit 28a2d8e

Browse files
committed
delete the .env file
making the central editing place is the docker-compose.yml file
1 parent f97f0b0 commit 28a2d8e

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.env

Lines changed: 0 additions & 2 deletions
This file was deleted.

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
build:
99
context: ./nginx
1010
args:
11-
- PHP_UPSTREAM=${PHP_PROCESS_MANAGER}
11+
- PHP_UPSTREAM=php-fpm
1212
volumes_from:
1313
- volumes_source
1414
volumes:
@@ -17,7 +17,7 @@ services:
1717
- "80:80"
1818
- "443:443"
1919
links:
20-
- ${PHP_PROCESS_MANAGER}
20+
- php-fpm
2121

2222
### PHP-FPM Container #######################################
2323

0 commit comments

Comments
 (0)