mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-12-14 10:24:53 +01:00
alias
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user