mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-05-05 23:12:12 +08:00
feat: update resilio-sync 3.1.0
This commit is contained in:
+4
-5
@@ -1,13 +1,13 @@
|
|||||||
services:
|
services:
|
||||||
resilio-sync:
|
resilio-sync:
|
||||||
image: linuxserver/resilio-sync:3.0.3
|
image: linuxserver/resilio-sync:3.1.0
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
- 1panel-network
|
- 1panel-network
|
||||||
ports:
|
ports:
|
||||||
- "${PANEL_APP_PORT_HTTP}:8888"
|
- ${PANEL_APP_PORT_HTTP}:8888
|
||||||
- "${PANEL_APP_PORT_SYNC}:55555"
|
- ${PANEL_APP_PORT_SYNC}:55555
|
||||||
volumes:
|
volumes:
|
||||||
- ${CONFIG_PATH}:/config
|
- ${CONFIG_PATH}:/config
|
||||||
- ${DOWNLOADS_PATH}:/downloads
|
- ${DOWNLOADS_PATH}:/downloads
|
||||||
@@ -18,8 +18,7 @@ services:
|
|||||||
- PGID=${GROUP_ID}
|
- PGID=${GROUP_ID}
|
||||||
- TZ=${TIME_ZONE}
|
- TZ=${TIME_ZONE}
|
||||||
labels:
|
labels:
|
||||||
createdBy: "Apps"
|
createdBy: Apps
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
1panel-network:
|
1panel-network:
|
||||||
external: true
|
external: true
|
||||||
Reference in New Issue
Block a user