Skip to content

Commit cc1c957

Browse files
committed
revert docker compose php default version in docker compose files
1 parent 82d552a commit cc1c957

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docker-compose-neo4j-4.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ services:
3232
context: .
3333
dockerfile: Dockerfile
3434
args:
35-
PHP_VERSION: "${PHP_VERSION}"
35+
PHP_VERSION: "${PHP_VERSION-8.1}"
3636
networks:
3737
- neo4j
3838
volumes:
@@ -47,7 +47,7 @@ services:
4747
context: .
4848
dockerfile: Dockerfile
4949
args:
50-
PHP_VERSION: "${PHP_VERSION}"
50+
PHP_VERSION: "${PHP_VERSION-8.1}"
5151
WITH_XDEBUG: true
5252
working_dir: /opt/project
5353
volumes:

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ x-definitions:
2626
context: .
2727
dockerfile: Dockerfile
2828
args:
29-
PHP_VERSION: "${PHP_VERSION}"
29+
PHP_VERSION: "${PHP_VERSION-8.1}"
3030
volumes:
3131
- .:/opt/project
3232
x-common-cluster:

0 commit comments

Comments
 (0)