fix: provide Snell port defaults for initial sync

This commit is contained in:
Codex
2026-07-19 08:56:35 -07:00
parent b90436ea6c
commit 03176a7bd8
2 changed files with 2 additions and 4 deletions
+1 -2
View File
@@ -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"