Point to current official MariaDB image

This commit is contained in:
Jason Rothstein 2022-02-07 07:00:10 +00:00
parent 1b6c8daabd
commit f59f65cc3a

View File

@ -36,7 +36,7 @@ services:
MARIADB_USER: "gitea" MARIADB_USER: "gitea"
expose: expose:
- "3306" - "3306"
image: "docker.io/mariadb/server:latest" image: "docker.io/mariadb:latest"
networks: networks:
- "common" - "common"
restart: "always" restart: "always"