1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-02-03 13:21:35 +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: pptpd:
image: vimagick/pptpd image: vimagick/pptpd
ports:
- "1723:1723"
volumes: volumes:
- ./pptpd.conf:/etc/pptpd.conf
- ./options.pptp:/etc/ppp/options.pptp
- ./chap-secrets:/etc/ppp/chap-secrets - ./chap-secrets:/etc/ppp/chap-secrets
net: host
privileged: true privileged: true
restart: always restart: always
``` ```

View File

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