Added defaults for ports

This commit is contained in:
2025-09-06 16:02:48 -04:00
parent c6e0c44e3c
commit 0917b9f4c9

View File

@@ -2,8 +2,8 @@ services:
dosvault:
build: .
ports:
- "8080:8080"
- "8081:8081"
- "${DOSVAULT_PORT:-8080}:8080"
- "${DOSVAULT_WEBSOCKET_PORT:-8081}:8081"
volumes:
- dosvault_data:/app/data
- "${ROMS_PATH:-./roms}:/app/data/roms:ro"