There was an error while loading. Please reload this page.
1 parent 6f92ef9 commit 54d8435Copy full SHA for 54d8435
1 file changed
compose.yaml
@@ -16,7 +16,7 @@ services:
16
ports:
17
- 3306:3306
18
wordpress:
19
- image: wordpress:6.9.1
+ image: wordpress:6.9.4
20
21
- 80:80
22
restart: always
@@ -32,7 +32,7 @@ services:
32
- ./error-logging.ini:/usr/local/etc/php/conf.d/error-logging.ini
33
- ./debug.log:/var/www/html/wp-content/debug.log
34
phpmyadmin:
35
- image: 'phpmyadmin:5.2.2'
+ image: 'phpmyadmin:5.2.3'
36
37
- '8081:80'
38
depends_on:
0 commit comments