Skip to content

Commit 7188aff

Browse files
authored
Update vpn.docker
1 parent 76f27f5 commit 7188aff

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

vpn.docker

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
FROM s390x/alpine
2-
LABEL MAINTAINER="vpn@ifree.net"
2+
LABEL MAINTAINER="ifree.net"
33

4-
5-
RUN apk update && apk upgrade && apk add --no-cache iptables libressl strongswan
4+
RUN apk update && apk upgrade && apk add --no-cache strongswan
65

76
# Strongswan Configuration
87
ADD ./vpn_config/ipsec.conf /etc/ipsec.conf
@@ -12,8 +11,8 @@ ADD ./vpn_config/strongswan.conf /etc/strongswan.conf
1211
ADD init.sh /usr/bin/init
1312

1413
# Web
15-
ADD web /www
16-
VOLUME /www
14+
#ADD web /www
15+
#VOLUME /www
1716

1817
ENV PROFILE StrongSwan
1918
ENV PSK asdfjkl

0 commit comments

Comments
 (0)