Files

21 lines
520 B
YAML

# Retained temporarily as a rollback target during the sing-box migration.
services:
snell-v5:
build:
context: .
args:
SNELL_VERSION: 5.0.1
SNELL_ZIP_SHA256: 9bea1c2b9e35b73b31634856c04d18c393072b9e5dcde6a32781d8b8f908c539
image: local/snell-server:5.0.1
restart: unless-stopped
ports:
- "${HOST_PORT:-47854}:9102/tcp"
environment:
PSK: ${PSK}
PORT: 9102
logging:
driver: json-file
options:
max-size: 200k
max-file: "2"