environment fix
parent
193f17ffe1
commit
4d99c6d1d1
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue