environment fix

master
pipistrello 2025-02-18 23:50:35 +03:00
parent 193f17ffe1
commit 4d99c6d1d1
1 changed files with 2 additions and 8 deletions

View File

@ -2,14 +2,8 @@ services:
ss-client:
image: mritd/shadowsocks:3.3.5 # Стабильная версия с поддержкой всех необходимых методов шифрования
container_name: ss-client
command: [
"ss-local",
"-s", "${OUTLINE_SERVER_IP}",
"-p", "${OUTLINE_SERVER_PORT}",
"-k", "${OUTLINE_SERVER_ACCESS_KEY}",
"-l", "1080",
"-m", "chacha20-ietf-poly1305"
]
environment:
- SS_CONFIG={"server":"${OUTLINE_SERVER_IP}","server_port":${OUTLINE_SERVER_PORT},"local_address":"0.0.0.0","local_port":1080,"password":"${OUTLINE_SERVER_ACCESS_KEY}","timeout":300,"method":"chacha20-ietf-poly1305"}
volumes:
- /mnt/containers/shadowproxy/ss-client:/etc/shadowsocks:Z
networks: