feat:添加rathole到列表
This commit is contained in:
13
apps/rathole/0.5.0/docker-compose.yml
Normal file
13
apps/rathole/0.5.0/docker-compose.yml
Normal 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"
|
||||
Reference in New Issue
Block a user