Skip to content

Commit

Permalink
Lock the WP container to PHP 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kasparsd committed Aug 31, 2024
1 parent 1c9e565 commit b74c519
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 @@ -14,7 +14,7 @@ services:
MYSQL_ROOT_PASSWORD: password

wordpress:
image: wordpress:latest
image: wordpress:php7.4
depends_on:
- mysql
ports:
Expand Down

0 comments on commit b74c519

Please sign in to comment.