1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-28 17:51:24 +00:00
dockerfiles/pptpd/docker-compose.yml

11 lines
244 B
YAML
Raw Normal View History

2015-06-27 11:33:27 +00:00
pptpd:
image: vimagick/pptpd
2015-06-28 04:36:09 +00:00
ports:
- "1723:1723"
2015-05-03 12:41:42 +00:00
volumes:
2018-03-15 13:31:37 +00:00
- ./data/pptpd.conf:/etc/pptpd.conf
- ./data/pptpd-options:/etc/ppp/pptpd-options
- ./data/chap-secrets:/etc/ppp/chap-secrets
2015-05-03 13:57:07 +00:00
privileged: true
2015-05-03 12:41:42 +00:00
restart: always