1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-18 14:21:02 +08:00
1Panel-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"