rathole icon indicating copy to clipboard operation
rathole copied to clipboard

Create docker-compose.yml

Open williamhatcher opened this issue 1 year ago • 1 comments

Here's a compose file you can link to in your Docker Hub readme.

I had to use network_mode host otherwise I couldn't work on port 80 😦

williamhatcher avatar May 17 '23 02:05 williamhatcher

You could try NET_ADMIN capability instead of using host port 80.

cap_add:
- NET_ADMIN

I'd also like to see a dummy container (nginx) in the docker compose as an example to expose a container. Saidly its not that simple since we don't have #218

Skaronator avatar May 29 '23 19:05 Skaronator