1
0

feat:添加rathole到列表

This commit is contained in:
okxlin
2024-06-05 19:05:34 +08:00
parent ae780231d2
commit 33e6168e5a
21 changed files with 500 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
services:
rathole:
image: "rapiz1/rathole:v0.5.0"
container_name: ${CONTAINER_NAME}
restart: always
network_mode: "host"
volumes:
- "${CONFIG_PATH}:/app/config.toml"
- "./data/tls/:/app/tls/"
command: --${SERVICE_MODE} /app/config.toml
labels:
createdBy: "Apps"