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.

9 lines
176 B

  1. shadowsocks:
  2. image: shadowsocks-libev
  3. ports:
  4. - "8388:8388/tcp"
  5. - "8388:8388/udp"
  6. environment:
  7. - METHOD=aes-256-cfb
  8. - PASSWORD=9MLSpPmNt
  9. restart: always