1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-30 18:51:24 +00: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