mirror of
https://github.com/rommapp/romm.git
synced 2026-06-27 22:35:57 +00:00
fixed docker-compose example
This commit is contained in:
@@ -14,7 +14,7 @@ services:
|
||||
- DB_PORT=3306
|
||||
- DB_NAME=romm # Should match MYSQL_DATABASE in mariadb
|
||||
- DB_USER=romm-user # Should match MYSQL_USER in mariadb
|
||||
- DB_PASSWORD= # Should match MYSQL_PASSWORD in mariadb
|
||||
- DB_PASSWD= # Should match MYSQL_PASSWORD in mariadb
|
||||
- IGDB_CLIENT_ID= # Generate an ID and SECRET in IGDB
|
||||
- IGDB_CLIENT_SECRET= # https://api-docs.igdb.com/#account-creation
|
||||
- ROMM_AUTH_SECRET_KEY= # Generate a key with `openssl rand -hex 32`
|
||||
|
||||
Reference in New Issue
Block a user