康来智慧冷链-后端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
306 B

version: "3"
services:
shadowsocks:
image: shadowsocks/shadowsocks-libev
container_name: shadowsocks
hostname: shadowsocks
environment:
- METHOD=aes-256-gcm
- PASSWORD=0d885eac-366b-4821-a495-57344ec59225
- SERVER_PORT=50007
restart: always
network_mode: 'host'