This commit is contained in:
2025-11-24 19:13:26 +00:00
parent 424789ce6e
commit a67a7bac4b
4 changed files with 21 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
services:
{{app_id}}-wordpress:
image: wordpress:6.8.2-php8.1-apache
image: wordpress:6.8.3-php8.4-apache
restart: always
ports:
- {{entitlements.port-number}}:80
@@ -20,7 +20,7 @@ services:
- {{app_id}}-mysql
{{app_id}}-mysql:
image: mysql:9.4.0
image: mysql:9.5.0
restart: always
ports:
- {{entitlements.db-port-number}}:3306