mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-03-05 14:55:22 +02:00
9 lines
156 B
YAML
9 lines
156 B
YAML
pptp:
|
|
image: vimagick/pptp:latest
|
|
ports:
|
|
- "1723:1723"
|
|
volumes:
|
|
- ./chap-secrets:/etc/ppp/chap-secrets
|
|
cap_add: NET_ADMIN
|
|
restart: always
|