Default mariadb docker image version
parent
723ed88459
commit
91e2b578ae
|
@ -1,7 +1,7 @@
|
||||||
version: '3.7'
|
version: '3.7'
|
||||||
services:
|
services:
|
||||||
isard-apps-mariadb:
|
isard-apps-mariadb:
|
||||||
image: $MARIADB_IMG
|
image: ${MARIADB_IMG-mariadb:10.6.5}
|
||||||
container_name: isard-apps-mariadb
|
container_name: isard-apps-mariadb
|
||||||
# ports:
|
# ports:
|
||||||
# - ${IP}:3306:3306 # change ip if required
|
# - ${IP}:3306:3306 # change ip if required
|
||||||
|
|
|
@ -61,6 +61,6 @@ WORDPRESS_ADMIN_USER=admin
|
||||||
WORDPRESS_ADMIN_PASSWORD=W0rdpr3ss
|
WORDPRESS_ADMIN_PASSWORD=W0rdpr3ss
|
||||||
|
|
||||||
# DOCKER IMAGES
|
# DOCKER IMAGES
|
||||||
MARIADB_IMG=mariadb:10.6.5
|
#MARIADB_IMG=mariadb:10.6.5
|
||||||
NGINX_IMG=nginx:1.21.6
|
NGINX_IMG=nginx:1.21.6
|
||||||
REDIS_IMG=redis:6.2.6-alpine3.15
|
REDIS_IMG=redis:6.2.6-alpine3.15
|
||||||
|
|
Loading…
Reference in New Issue