1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-24 08:52:15 +02:00
dockerfiles/mtproxy/docker-compose.yml

12 lines
226 B
YAML
Raw Normal View History

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