1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 03:48:44 +00:00
dockerfiles/mtproxy/docker-compose.yml

12 lines
226 B
YAML
Raw Normal View History

2019-04-15 08:01:05 +00:00
mtproxy:
image: vimagick/mtproxy
ports:
- "8443:443"
- "8888:8888"
volumes:
- ./data:/etc/mtproxy
environment:
- MTP_SECRET=092b4a4da9855f7923c7dc032157ff53
- MTP_SLAVES=4
restart: unless-stopped