1
0
Fork 0
mirror of https://github.com/kou029w/fogtype.com synced 2025-01-18 08:05:02 +00:00
This commit is contained in:
Nebel 2022-12-19 20:39:27 +09:00
parent f3cca09598
commit 724be9ac8c
2 changed files with 6 additions and 0 deletions

4
etc/frp/Dockerfile Normal file
View file

@ -0,0 +1,4 @@
FROM alpine:3.17.0
RUN apk add --no-cache frp
COPY ./frps.ini /etc/frp/frps.ini
CMD ["frps", "-c", "/etc/frp/frps.ini"]

2
etc/frp/frps.ini Normal file
View file

@ -0,0 +1,2 @@
[common]
bind_port = 7000