We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76f27f5 commit 7188affCopy full SHA for 7188aff
vpn.docker
@@ -1,8 +1,7 @@
1
FROM s390x/alpine
2
-LABEL MAINTAINER="vpn@ifree.net"
+LABEL MAINTAINER="ifree.net"
3
4
-
5
-RUN apk update && apk upgrade && apk add --no-cache iptables libressl strongswan
+RUN apk update && apk upgrade && apk add --no-cache strongswan
6
7
# Strongswan Configuration
8
ADD ./vpn_config/ipsec.conf /etc/ipsec.conf
@@ -12,8 +11,8 @@ ADD ./vpn_config/strongswan.conf /etc/strongswan.conf
12
11
ADD init.sh /usr/bin/init
13
14
# Web
15
-ADD web /www
16
-VOLUME /www
+#ADD web /www
+#VOLUME /www
17
18
ENV PROFILE StrongSwan
19
ENV PSK asdfjkl
0 commit comments