Skip to content

Commit

Permalink
Update example to use latest tested version
Browse files Browse the repository at this point in the history
Bumped WordPress version to 6.5 and WordPress requires MySQL version 8.0 or greater
  • Loading branch information
shepherd-l committed Apr 23, 2024
1 parent 8db6656 commit 128f187
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.3'

services:
db:
image: mysql:5.7
image: mysql:8.0
volumes:
- db_data:/var/lib/mysql
restart: always
Expand All @@ -15,7 +15,7 @@ services:
wordpress:
depends_on:
- db
image: wordpress:5.6
image: wordpress:6.5
ports:
- "${WORDPRESS_HTTP_PORT}:80"
restart: always
Expand Down

0 comments on commit 128f187

Please sign in to comment.