From 0fbbfe9e9ddf8a4a1d26f719f0e5a280f12841e4 Mon Sep 17 00:00:00 2001 From: Need4Swede Date: Sun, 9 Jun 2024 09:47:13 -0700 Subject: [PATCH] added linuxserver/mariadb as alternative "mariadb:latest" can cause problems when mounting the database. The use of "linuxserver/mariadb:latest" may fix this issue. Added it as an alternative option. --- examples/docker-compose.example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/docker-compose.example.yml b/examples/docker-compose.example.yml index 0ce0b71d1..e320eb357 100644 --- a/examples/docker-compose.example.yml +++ b/examples/docker-compose.example.yml @@ -33,7 +33,7 @@ services: - romm-db romm-db: - image: mariadb:latest + image: mariadb:latest # if you experience issues, try: linuxserver/mariadb:latest container_name: romm-db restart: unless-stopped environment: