By snowdreamtech • Updated about 14 hours ago Docker Images for Frp.
310
docker run --restart=always --network host -d -v /etc/frp/frps.toml:/etc/frp/frps.toml --name frps snowdreamtech/frps
docker run --restart=always --network host -d -v /etc/frp/frpc.toml:/etc/frp/frpc.toml --name frpc snowdreamtech/frpc
···yaml docker run --restart=always --network host -d -v /etc/frp/frps.toml:/etc/frp/frps.toml --name frps snowdreamtech/frps:alpine
```yaml
docker run --restart=always --network host -d -v /etc/frp/frpc.toml:/etc/frp/frpc.toml --name frpc snowdreamtech/frpc:alpine
docker run --restart=always --network host -d -v /etc/frp/frps.toml:/etc/frp/frps.toml --name frps snowdreamtech/frps:debian
docker run --restart=always --network host -d -v /etc/frp/frpc.toml:/etc/frp/frpc.toml --name frpc snowdreamtech/frpc:debian
docker run --restart=always --network host -d -v /etc/frp/frps.toml:/etc/frp/frps.toml --name frps snowdreamtech/frps:bookworm
docker run --restart=always --network host -d -v /etc/frp/frpc.toml:/etc/frp/frpc.toml --name frpc snowdreamtech/frpc:bookworm
- latest
- 0.62-alpine3.21
- 0.62.1-alpine3.21
- 0.62-alpine
- 0.62.1-alpine
- alpine3.21
- alpine
- 0.62
- 0.62.1
- bookworm
- debian
- 0.62-bookworm
- 0.62.1-bookworm
- 0.62-debian
- 0.62.1-debian
Email: [email protected]
QQ: 3217680847
QQ群: 949022145
WeChat/微信群: sn0wdr1am
Website
fatedier/frp
snowdreamtech/frp
frpc images on Github
frps images on Github
frpc images on Docker Hub
frps images on Docker Hub
License
MIT
# frps.toml
bindPort = 7000
vhostHTTPPort = 80
# The default value is 127.0.0.1. Change it to 0.0.0.0 when you want to access it from a public network.
webServer.addr = "0.0.0.0"
webServer.port = 7500
# dashboard's username and password are both optional
webServer.user = "admin"
webServer.password = "admin"
# auth.method = "token"
# auth.token = "12345678"
enablePrometheus = true
serverAddr = "704.48.107.200" #FRP服务端地址
serverPort = 7000 #服务端端口
# auth.method = "token"
# auth.token = "123456"
[[proxies]]
name = "19820-tcp"
type = "tcp"
localIP = "192.168.100.154" #需要映射的本机IP
localPort = 19820 #本机需要映射的端口
remotePort = 19820 #FRP服务器映射端端口
[[proxies]]
name = "8088-tcp"
type = "tcp"
localIP = "192.168.100.154" #需要映射的本机IP
localPort = 8088 #本机需要映射的端口
remotePort = 8088 #FRP服务器映射端端口
[[proxies]]
name = "8080-tcp"
type = "tcp"
localIP = "192.168.100.154" #需要映射的本机IP
localPort = 8080 #本机需要映射的端口
remotePort = 8080 #FRP服务器映射端端口
frpc.exe -c ./frpc.toml
Content type
Image
Digest
sha256:6125ae23d…
Size
12.2 MB
Last updated
over 1 year ago
docker pull gwf0788/frps:0.59