1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-14 11:23:02 +02:00
dockerfiles/pptpd/docker-compose.yml

11 lines
229 B
YAML
Raw Normal View History

2015-06-27 13:33:27 +02:00
pptpd:
image: vimagick/pptpd
2015-06-28 06:36:09 +02:00
ports:
- "1723:1723"
2015-05-03 14:41:42 +02:00
volumes:
2015-06-28 04:39:46 +02:00
- ./pptpd.conf:/etc/pptpd.conf
2015-06-28 05:42:35 +02:00
- ./pptpd-options:/etc/ppp/pptpd-options
2015-05-03 14:41:42 +02:00
- ./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