1
0

chore(deps): update easytier/easytier docker tag to v2.5.0 (#3232)

This commit is contained in:
renovate[bot]
2026-01-01 08:31:45 +00:00
committed by GitHub
parent 2a461c6cd6
commit a77d6b327a
5 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,20 @@
services:
easytier:
image: "easytier/easytier:v2.5.0"
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