feat: update easytier 2.4.5

This commit is contained in:
arch3rPro
2025-09-27 05:30:40 +08:00
parent fd9f8faf05
commit 8f5c3883f0
5 changed files with 1 additions and 1 deletions
+19
View File
@@ -0,0 +1,19 @@
services:
easytier:
image: easytier/easytier:v2.4.5
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