fix: provide Snell port defaults for initial sync
This commit is contained in:
@@ -8,7 +8,7 @@ services:
|
||||
image: local/snell-server:5.0.1
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "${HOST_PORT}:9102/tcp"
|
||||
- "${HOST_PORT:-47854}:9102/tcp"
|
||||
environment:
|
||||
PSK: ${PSK}
|
||||
PORT: 9102
|
||||
@@ -17,4 +17,3 @@ services:
|
||||
options:
|
||||
max-size: 200k
|
||||
max-file: "2"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user