1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-03-05 14:55:22 +02:00
dockerfiles/pptp/fig.yml
2015-05-03 21:02:13 +08:00

9 lines
156 B
YAML

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