appstore/apps/rathole/latest/docker-compose.yml
2024-06-05 19:05:34 +08:00

14 lines
311 B
YAML

services:
rathole:
image: "rapiz1/rathole:latest"
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"