mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-30 10:28:39 +08:00
feat: update Resilio-Sync 3.0.3
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
services:
|
||||
resilio-sync:
|
||||
image: linuxserver/resilio-sync:3.0.3
|
||||
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
|
||||
Reference in New Issue
Block a user