mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-28 09:08:50 +02:00
9 lines
149 B
YAML
9 lines
149 B
YAML
pptpd:
|
|
image: vimagick/pptpd
|
|
ports:
|
|
- "1723:1723"
|
|
volumes:
|
|
- ./chap-secrets:/etc/ppp/chap-secrets
|
|
privileged: true
|
|
restart: always
|