This commit is contained in:
2025-11-18 18:38:42 +01:00
parent 74121897a5
commit c94109a95e

View File

@@ -1,7 +1,7 @@
services: services:
db: db:
# We use a mariadb image which supports both amd64 & arm64 architecture # We use a mariadb image which supports both amd64 & arm64 architecture
image: mariadb:10.6.4-focal image: ${DOCKER_REGISTRY:-}mariadb:10.6.4-focal
# If you really want to use MySQL, uncomment the following line # If you really want to use MySQL, uncomment the following line
#image: mysql:8.0.27 #image: mysql:8.0.27
command: '--default-authentication-plugin=mysql_native_password' command: '--default-authentication-plugin=mysql_native_password'
@@ -17,7 +17,7 @@ services:
- 3306 - 3306
- 33060 - 33060
wordpress: wordpress:
image: wordpress:latest image: ${DOCKER_REGISTRY:-}wordpress:latest
volumes: volumes:
- wp_data:/var/www/html - wp_data:/var/www/html
ports: ports: