1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-16 11:37:32 +02:00
dockerfiles/pptp/fig.yml

9 lines
156 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:01:46 +02:00
cap_add: NET_ADMIN
2015-05-03 14:41:42 +02:00
restart: always