Guest User

Untitled

a guest
Jul 17th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. version: '3.0'
  2.  
  3. services:
  4. mtproxy:
  5. image: telegrammessenger/proxy:latest
  6. hostname: mtproxy
  7. container_name: mtproxy.local
  8. volumes:
  9. - proxy-config:/data
  10. network_mode: "host"
  11. restart: always
  12. environment:
  13. - SECRET=<secret>
  14. volumes:
  15. proxy-config:
Add Comment
Please, Sign In to add comment