1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-04 10:34:49 +02:00
dockerfiles/pptpd/README.md

25 lines
445 B
Markdown
Raw Normal View History

2015-06-27 12:32:24 +02:00
pptpd
=====
This is still a work in progress, a successful connection has not been made.
2015-06-27 15:17:07 +02:00
2015-06-27 13:33:27 +02:00
## docker-compose.yml
```
pptpd:
image: vimagick/pptpd
ports:
- "1723:1723"
volumes:
- ./chap-secrets:/etc/ppp/chap-secrets
privileged: true
restart: always
```
2015-06-27 12:32:24 +02:00
You must open the following ports:
- To allow PPTP tunnel maintenance traffic, open `1723/tcp`.
- To allow PPTP tunneled data to pass through router, open `Protocol 47`.