mirror of
https://github.com/rommapp/romm.git
synced 2026-02-18 00:27:41 +01:00
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.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user