Changes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user