Update example docker-compose for webrcade

This commit is contained in:
Georges-Antoine Assi
2024-01-01 15:06:48 -05:00
parent 6e242e46f8
commit cf3ab43ee4

View File

@@ -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