1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-23 13:29:39 +08:00
1Panel-Appstore/easytier/2.2.4/2.0.2/docker-compose.yml
github-action update-app-version 68c4cf8bae Update app version [skip ci]
2025-03-23 16:19:05 +00:00

16 lines
343 B
YAML

services:
easytier:
image: "easytier/easytier:v2.2.4"
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"