command fix

master
pipistrello 2025-02-18 23:52:40 +03:00
parent 4d99c6d1d1
commit aab6b562c5
1 changed files with 1 additions and 2 deletions

View File

@ -2,8 +2,7 @@ services:
ss-client:
image: mritd/shadowsocks:3.3.5 # Стабильная версия с поддержкой всех необходимых методов шифрования
container_name: ss-client
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"}
command: ss-local -s ${OUTLINE_SERVER_IP} -p ${OUTLINE_SERVER_PORT} -k ${OUTLINE_SERVER_ACCESS_KEY} -l 1080 -m chacha20-ietf-poly1305
volumes:
- /mnt/containers/shadowproxy/ss-client:/etc/shadowsocks:Z
networks: