You've already forked dockerfiles
mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-06-14 23:55:02 +02:00
update
This commit is contained in:
@ -8,7 +8,7 @@ FROM debian:jessie
|
|||||||
MAINTAINER kev<noreply@datageek.info>
|
MAINTAINER kev<noreply@datageek.info>
|
||||||
|
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get install -y pptpd \
|
&& apt-get install -y iptables pptpd \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
COPY pptpd.conf /etc/
|
COPY pptpd.conf /etc/
|
||||||
|
@ -2,7 +2,7 @@ pptpd:
|
|||||||
image: vimagick/pptpd
|
image: vimagick/pptpd
|
||||||
volumes:
|
volumes:
|
||||||
- ./pptpd.conf:/etc/pptpd.conf
|
- ./pptpd.conf:/etc/pptpd.conf
|
||||||
- ./options.pptp:/etc/ppp/options.pptp
|
- ./pptpd-options:/etc/ppp/pptpd-options
|
||||||
- ./chap-secrets:/etc/ppp/chap-secrets
|
- ./chap-secrets:/etc/ppp/chap-secrets
|
||||||
net: host
|
net: host
|
||||||
privileged: true
|
privileged: true
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
option /etc/ppp/options.pptp
|
option /etc/ppp/pptpd-options
|
||||||
pidfile /var/run/pptpd.pid
|
pidfile /var/run/pptpd.pid
|
||||||
localip 192.168.127.1
|
localip 192.168.127.1
|
||||||
remoteip 192.168.127.100-199
|
remoteip 192.168.127.100-199
|
||||||
|
Reference in New Issue
Block a user