mirror of
https://github.com/firewalkwithm3/stacks.git
synced 2025-08-02 18:50:11 +08:00
romm
This commit is contained in:
parent
8388425c64
commit
d438e43a02
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ services:
|
||||||
image: mariadb:latest
|
image: mariadb:latest
|
||||||
container_name: romm_db
|
container_name: romm_db
|
||||||
volumes:
|
volumes:
|
||||||
- romm_db:/var/lib/mysql
|
- /home/fern/docker/data/romm/database:/var/lib/mysql
|
||||||
environment:
|
environment:
|
||||||
- MARIADB_ROOT_PASSWORD=${MARIADB_ROOT_PASSWORD} # Use a unique, secure password
|
- MARIADB_ROOT_PASSWORD=${MARIADB_ROOT_PASSWORD} # Use a unique, secure password
|
||||||
- MARIADB_DATABASE=romm
|
- MARIADB_DATABASE=romm
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue