1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-25 00:08:49 +00:00
dockerfiles/mtproxy/docker-compose.yml
2019-04-15 16:01:05 +08:00

12 lines
226 B
YAML

mtproxy:
image: vimagick/mtproxy
ports:
- "8443:443"
- "8888:8888"
volumes:
- ./data:/etc/mtproxy
environment:
- MTP_SECRET=092b4a4da9855f7923c7dc032157ff53
- MTP_SLAVES=4
restart: unless-stopped