Fix mariadb docker image version

Simó Albert i Beltran 2022-01-26 15:45:06 +01:00
parent c529e20430
commit 47dd420fae
2 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,7 @@
version: '3.7'
services:
isard-apps-mariadb:
image: mariadb:latest
image: $MARIADB_IMG
container_name: isard-apps-mariadb
# ports:
# - ${IP}:3306:3306 # change ip if required

View File

@ -60,3 +60,5 @@ WORDPRESS_MARIADB_PASSWORD=W0rdpr3ss
WORDPRESS_ADMIN_USER=admin
WORDPRESS_ADMIN_PASSWORD=W0rdpr3ss
# DOCKER IMAGES
MARIADB_IMG=mariadb:10.6.5