Point to current official MariaDB image
This commit is contained in:
parent
1b6c8daabd
commit
f59f65cc3a
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user