Docker image for frp. Binaries directly obtained from the official frp repo fatedier/frp. Automatic weekly builds. You can start with the sample docker-compose.yml in this repo.
Either use network_mode = host or manually expose the listening port as well as all the reverse proxied ports.
SERVER. Defaults to yes = server mode. no = client mode.
Bind mount a host folder to /config. Make sure the folder is owned by 1000:1000. Both server and client mode use the same /config/config.toml config file.
The logs can be obtained by docker logs <container_name>. They are usually very self-explanatory.