mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-26 05:27:31 +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:
|
||||
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
|
||||
```
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user