mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-04 10:35:07 +02:00
9 lines
154 B
YAML
9 lines
154 B
YAML
pptp:
|
|
image: vimagick/pptp:latest
|
|
ports:
|
|
- "1723:1723"
|
|
volumes:
|
|
- ./chap-secrets:/etc/ppp/chap-secrets
|
|
privileged: true
|
|
restart: always
|