docker-compose-swarm: set mariadb image tag

This commit is contained in:
Gerrit Gogel 2021-11-20 12:18:33 +03:00
parent c363c57833
commit 56017cf992

View file

@ -46,7 +46,7 @@ services:
endpoint_mode: dnsrr
db:
image: mariadb:latest
image: mariadb:10.7.1
environment:
- MYSQL_ROOT_PASSWORD=db_dev
- MYSQL_LOG_CONSOLE=true