Skip to content

Commit

Permalink
revert docker php version
Browse files Browse the repository at this point in the history
  • Loading branch information
p-pichet committed Aug 6, 2024
1 parent 21a36c9 commit 20fe023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
build:
context: docker
args:
PHP_VERSION: "${PHP_VERSION:-8.2}"
PHP_VERSION: "${PHP_VERSION:-7.4}"
depends_on:
- rabbitmq
- mysql
Expand Down

0 comments on commit 20fe023

Please sign in to comment.