Skip to content

Commit

Permalink
Create docker-compose.yml
Browse files Browse the repository at this point in the history
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 :(
  • Loading branch information
williamhatcher committed May 17, 2023
1 parent 553ff38 commit b6b7ece
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: '3.3'
services:
rathole:
volumes:
- config:/config/
image: rapiz1/rathole
command: --client /config/config.toml
network_mode: "host"
volumes:
config:

0 comments on commit b6b7ece

Please sign in to comment.