1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-18 01:01:02 +08:00
1Panel-Appstore/apps/easytier/2.0.2/docker-compose.yml
2024-10-13 17:10:36 +08:00

16 lines
343 B
YAML

services:
easytier:
image: "easytier/easytier:v2.0.2"
container_name: ${CONTAINER_NAME}
restart: always
network_mode: host
privileged: ${PRIVILEGED_MODE}
hostname: ${HOSTNAME}
environment:
- TZ=${TIME_ZONE}
volumes:
- ${DATA_PATH}:/root
command: ${COMMAND}
labels:
createdBy: "Apps"