1
0
mirror of https://gitee.com/IrisVega/frp.git synced 2024-11-01 22:31:29 +08:00
This commit is contained in:
fatedier 2016-03-17 17:52:59 +08:00
parent 931c102668
commit 6e57135533

View File

@ -2,7 +2,7 @@ FROM golang:1.5
MAINTAINER fatedier MAINTAINER fatedier
RUN echo "[common]\nbind_addr = 0.0.0.0\nbind_port = 7000\n[wiki]\npasswd = 123\nbind_addr = 0.0.0.0\nlisten_port = 80" > /usr/share/frps.ini RUN echo "[common]\nbind_addr = 0.0.0.0\nbind_port = 7000\n[test]\npasswd = 123\nbind_addr = 0.0.0.0\nlisten_port = 80" > /usr/share/frps.ini
ADD ./ /usr/share/frp/ ADD ./ /usr/share/frp/