You've already forked dockerfiles
mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-08-10 22:31:28 +02:00
update
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user