Added defaults for ports
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user