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
@@ -10,10 +10,9 @@ services:
network_mode: host
environment:
PSK: ${PSK}
PORT: ${PORT}
PORT: ${PORT:-9102}
logging:
driver: json-file
options:
max-size: 200k
max-file: "2"