mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:31 +02:00
11 lines
229 B
YAML
11 lines
229 B
YAML
pptpd:
|
|
image: vimagick/pptpd
|
|
ports:
|
|
- "1723:1723"
|
|
volumes:
|
|
- ./pptpd.conf:/etc/pptpd.conf
|
|
- ./pptpd-options:/etc/ppp/pptpd-options
|
|
- ./chap-secrets:/etc/ppp/chap-secrets
|
|
privileged: true
|
|
restart: always
|