feat: update easytier 2.6.3

This commit is contained in:
arch3rPro
2026-05-03 05:30:47 +08:00
parent fac23bbe09
commit ef4bd07ca5
6 changed files with 2 additions and 2 deletions
+19
View File
@@ -0,0 +1,19 @@
services:
easytier:
image: easytier/easytier:v2.6.3
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