1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-26 05:27:31 +02:00
This commit is contained in:
kev 2015-06-28 10:39:46 +08:00
parent 9036af65e7
commit 8b438ec6ef
2 changed files with 6 additions and 4 deletions

View File

@ -9,10 +9,11 @@ This is still a work in progress, a successful connection has not been made.
```
pptpd:
image: vimagick/pptpd
ports:
- "1723:1723"
volumes:
- ./pptpd.conf:/etc/pptpd.conf
- ./options.pptp:/etc/ppp/options.pptp
- ./chap-secrets:/etc/ppp/chap-secrets
net: host
privileged: true
restart: always
```

View File

@ -1,8 +1,9 @@
pptpd:
image: vimagick/pptpd
ports:
- "1723:1723"
volumes:
- ./pptpd.conf:/etc/pptpd.conf
- ./options.pptp:/etc/ppp/options.pptp
- ./chap-secrets:/etc/ppp/chap-secrets
net: host
privileged: true
restart: always