rathole
rathole copied to clipboard
Create docker-compose.yml
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 😦
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