fix: provide Snell port defaults for initial sync
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user