1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-04 10:34:49 +02:00
dockerfiles/pptpd/docker-compose.yml

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