mirror of
https://github.com/rommapp/romm.git
synced 2026-02-18 00:27:41 +01:00
Update example docker-compose for webrcade
This commit is contained in:
@@ -7,6 +7,7 @@ services:
|
||||
container_name: romm
|
||||
environment:
|
||||
- ROMM_DB_DRIVER=mariadb # mariadb | sqlite (default: sqlite)
|
||||
- ROMM_HOST=https://localhost:3000 # your host ip or domain name (including http(s)://, subdomain and port if needed)
|
||||
# [Optional] Only required if using MariaDB as the database
|
||||
- DB_HOST=romm_db
|
||||
- DB_PORT=3306
|
||||
|
||||
Reference in New Issue
Block a user