Point to current official MariaDB image

このコミットが含まれているのは:
Jason Rothstein 2022-02-07 07:00:10 +00:00
コミット f59f65cc3a

ファイルの表示

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