1
0

chore(deps): update linuxserver/resilio-sync docker tag to v3.1.2 (#2543)

This commit is contained in:
renovate[bot]
2025-11-19 04:47:25 +00:00
committed by GitHub
parent 12b6677a26
commit 945b4f2d43
3 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,25 @@
services:
resilio-sync:
image: linuxserver/resilio-sync:3.1.2
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:8888"
- "${PANEL_APP_PORT_SYNC}:55555"
volumes:
- ${CONFIG_PATH}:/config
- ${DOWNLOADS_PATH}:/downloads
- ${SYNC_PATH}:/sync
- ${EXTERNAL_MOUNT_PATH}:${INTERNAL_MOUNT_PATH}
environment:
- PUID=${USER_ID}
- PGID=${GROUP_ID}
- TZ=${TIME_ZONE}
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true