1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-10 04:07:04 +02:00
dockerfiles/pptp/fig.yml

9 lines
154 B
YAML
Raw Normal View History

2015-05-03 14:41:42 +02:00
pptp:
image: vimagick/pptp:latest
ports:
- "1723:1723"
volumes:
- ./chap-secrets:/etc/ppp/chap-secrets
2015-05-03 15:57:07 +02:00
privileged: true
2015-05-03 14:41:42 +02:00
restart: always