1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-12 11:14:57 +02:00
dockerfiles/pptp/fig.yml
2015-05-03 21:57:07 +08:00

9 lines
154 B
YAML

pptp:
image: vimagick/pptp:latest
ports:
- "1723:1723"
volumes:
- ./chap-secrets:/etc/ppp/chap-secrets
privileged: true
restart: always