Fix mariadb docker image version
parent
c529e20430
commit
47dd420fae
|
@ -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
|
||||
|
|
|
@ -60,3 +60,5 @@ WORDPRESS_MARIADB_PASSWORD=W0rdpr3ss
|
|||
WORDPRESS_ADMIN_USER=admin
|
||||
WORDPRESS_ADMIN_PASSWORD=W0rdpr3ss
|
||||
|
||||
# DOCKER IMAGES
|
||||
MARIADB_IMG=mariadb:10.6.5
|
||||
|
|
Loading…
Reference in New Issue