Skip to content

Commit 43f4211

Browse files
authored
Merge pull request laradock#740 from winfried-van-loon/724-php-version
Simplifying PHP_FPM version
2 parents b1b8585 + ff4b913 commit 43f4211

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ services:
6464
- INSTALL_MYSQLI=${PHP_FPM_INSTALL_MYSQLI}
6565
- INSTALL_TOKENIZER=${PHP_FPM_INSTALL_TOKENIZER}
6666
- INSTALL_INTL=${PHP_FPM_INSTALL_INTL}
67-
dockerfile: ${PHP_FPM_DOCKER_FILE}
67+
dockerfile: "dockerfile-${PHP_VERSION}"
6868
volumes_from:
6969
- applications
7070
expose:

env-example

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ WORKSPACE_TIMEZONE=UTC
3434
WORKSPACE_SSH_PORT=2222
3535

3636
### PHP_FPM Container
37-
PHP_FPM_DOCKER_FILE=Dockerfile-70
3837
PHP_FPM_INSTALL_XDEBUG=false
3938
PHP_FPM_INSTALL_MONGO=false
4039
PHP_FPM_INSTALL_SOAP=false

0 commit comments

Comments
 (0)