reflect the change of docker port in the example

This commit is contained in:
Lukas Wingerberg
2023-10-23 10:52:04 +02:00
committed by GitHub
parent b5f12db683
commit 4e91a8e61e

View File

@@ -34,7 +34,7 @@ services:
- "/path/to/database:/romm/database" # [Optional] Only needed if ROMM_DB_DRIVER=sqlite or not set
- "/path/to/logs:/romm/logs" # [Optional] Path where logs are stored
ports:
- 80:80
- 80:8080
depends_on:
- romm_db
restart: "unless-stopped"