1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-18 04:58:52 +02:00
dockerfiles/pptpd/docker-compose.yml

11 lines
244 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:
2018-03-15 21:31:37 +08:00
- ./data/pptpd.conf:/etc/pptpd.conf
- ./data/pptpd-options:/etc/ppp/pptpd-options
- ./data/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