Skip to content

Commit

Permalink
🚀 🚧 rathole: build directly from git rather than using docker images …
Browse files Browse the repository at this point in the history
…(until rapiz1/rathole#285 is merged)
  • Loading branch information
M4GNV5 committed Jul 16, 2024
1 parent 43efdb9 commit e870ef7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rathole/compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
services:
rathole:
image: docker.io/rapiz1/rathole:latest
#image: docker.io/rapiz1/rathole:latest
build: https://github.com/rapiz1/rathole.git#main
command: --server /app/server.toml
restart: always
deploy:
Expand Down

0 comments on commit e870ef7

Please sign in to comment.