Skip to content

Commit e870ef7

Browse files
committedJul 16, 2024
🚀 🚧 rathole: build directly from git rather than using docker images (until rapiz1/rathole#285 is merged)
1 parent 43efdb9 commit e870ef7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎rathole/compose.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
services:
22
rathole:
3-
image: docker.io/rapiz1/rathole:latest
3+
#image: docker.io/rapiz1/rathole:latest
4+
build: https://github.com/rapiz1/rathole.git#main
45
command: --server /app/server.toml
56
restart: always
67
deploy:

0 commit comments

Comments
 (0)
Please sign in to comment.