Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guoxiangke/docker-frp
https://github.com/guoxiangke/docker-frp
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/guoxiangke/docker-frp
- Owner: guoxiangke
- Created: 2019-07-02T13:06:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-02T13:17:13.000Z (over 5 years ago)
- Last Synced: 2024-11-08T15:25:43.960Z (2 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)