mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-02-03 13:21:35 +02:00
update
This commit is contained in:
parent
9036af65e7
commit
8b438ec6ef
@ -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
|
||||||
```
|
```
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user