Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
# MySQL Database
# ---------------------------------------------------------------------------
db:
image: mysql:9.7.1
image: mysql:26.7.0
container_name: devtb-mysql
restart: always
environment:
Expand All @@ -37,7 +37,7 @@ services:
depends_on:
db:
condition: service_healthy
image: wordpress:7.0.0-php8.4-apache
image: wordpress:7.0.1-php8.4-apache
container_name: devtb-wordpress
restart: always
ports:
Expand Down
Loading