1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-22 05:09:09 +02:00
dockerfiles/pptpd/docker-compose.yml

11 lines
229 B
YAML
Raw Normal View History

2015-06-27 19:33:27 +08:00
pptpd:
image: vimagick/pptpd
2015-06-28 12:36:09 +08:00
ports:
- "1723:1723"
2015-05-03 20:41:42 +08:00
volumes:
2015-06-28 10:39:46 +08:00
- ./pptpd.conf:/etc/pptpd.conf
2015-06-28 11:42:35 +08:00
- ./pptpd-options:/etc/ppp/pptpd-options
2015-05-03 20:41:42 +08:00
- ./chap-secrets:/etc/ppp/chap-secrets
2015-05-03 21:57:07 +08:00
privileged: true
2015-05-03 20:41:42 +08:00
restart: always