mirror of
https://github.com/rommapp/docs.git
synced 2026-04-23 06:54:41 +00:00
fix: synology docker-compose snippet
This commit is contained in:
@@ -32,9 +32,9 @@ services:
|
||||
condition: service_healthy
|
||||
restart: true
|
||||
|
||||
mariadb-romm:
|
||||
romm-db:
|
||||
image: mariadb:latest
|
||||
container_name: mariadb-romm
|
||||
container_name: romm-db
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- MARIADB_ROOT_PASSWORD= # Use a unique, secure password
|
||||
|
||||
Reference in New Issue
Block a user