mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-16 11:37:32 +02:00
8 lines
135 B
YAML
8 lines
135 B
YAML
|
pptp:
|
||
|
image: vimagick/pptp:latest
|
||
|
ports:
|
||
|
- "1723:1723"
|
||
|
volumes:
|
||
|
- ./chap-secrets:/etc/ppp/chap-secrets
|
||
|
restart: always
|