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

21 lines
448 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
- ${CONFIG_FILE_PATH}:${CONFIG_FILE_PATH_INTERNAL}
command: ${COMMAND}
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true