1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-27 09:18:43 +00:00
dockerfiles/shadowsocks/libev/docker-compose.yml

10 lines
182 B
YAML
Raw Normal View History

2015-07-16 09:23:25 +00:00
shadowsocks:
image: vimagick/shadowsocks-libev
ports:
2016-03-25 11:52:16 +00:00
- "8388:8388/tcp"
- "8388:8388/udp"
2015-07-16 09:23:25 +00:00
environment:
2015-09-16 08:08:42 +00:00
- METHOD=chacha20
2015-07-16 09:23:25 +00:00
- PASSWORD=9MLSpPmNt
restart: always