Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dup4/frp-dockerized
https://github.com/dup4/frp-dockerized
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dup4/frp-dockerized
- Owner: Dup4
- Created: 2021-12-06T16:11:28.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-29T08:38:44.000Z (about 2 years ago)
- Last Synced: 2024-05-02T05:50:16.026Z (6 months ago)
- Language: Dockerfile
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# frp-dockerized
## frps
[![](https://dockeri.co/image/dup4/frps)](https://hub.docker.com/r/dup4/frps)
start frpc:
```bash
docker run \
--restart=always \
--net=host \
-d \
--name frps \
-v ${PWD}/frps.ini:/root/frps.ini \
dup4/frps
```## frpc
[![](https://dockeri.co/image/dup4/frpc)](https://hub.docker.com/r/dup4/frpc)
start frpc:
```bash
docker run \
--restart=always \
--net=host \
-d \
--name frpc \
-v ${PWD}/frpc.ini:/root/frpc.ini \
dup4/frpc
```