1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-07-03 00:33:55 +00:00
dockerfiles/pptpd/README.md

24 lines
444 B
Markdown
Raw Normal View History

2015-06-27 10:32:24 +00:00
pptpd
=====
This is still a work in progress, a successful connection has not been made.
2015-06-27 11:33:27 +00: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 10:32:24 +00: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`.