https://github.com/guoxiangke/docker-frp
https://github.com/guoxiangke/docker-frp
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/guoxiangke/docker-frp
- Owner: guoxiangke
- Created: 2019-07-02T13:06:38.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-02T13:17:13.000Z (almost 6 years ago)
- Last Synced: 2025-01-01T09:25:08.111Z (5 months ago)
- Language: Dockerfile
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dockerfile and docker-compose for `fatedier/frp`
## Usage
```bash
# frpc
cp config/frpc.sample.ini config/frpc.ini
emacs -nw config/frpc.ini
docker-compose up -d frpc# frps
cp config/frps.sample.ini config/frps.ini
emacs -nw config/frps.ini
docker-compose up -d frps
```> Also check [ `docker-compose.yml` ](docker-compose.yml) for ports settings.
## SEEALSO
- [fatedier/frp](https://github.com/fatedier/frp)