Missing Files

This commit is contained in:
2025-04-11 18:40:29 +02:00
parent 27fda231ea
commit 02e8a102d3
4 changed files with 5 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ services:
dockerfile: ./Dockerfile
container_name: liveqso
ports:
- 8000:8000 # Exposed port - see WEBPORT above
- 8098:8000 # Exposed port - see WEBPORT above
volumes:
- ./config.js:/usr/src/app/config.js
- ./config.js:/usr/src/app/config.js:U
restart: unless-stopped