feat: update pairdrop 1.11.2-ls121

This commit is contained in:
arch3rPro
2025-09-01 17:10:47 +08:00
parent 12c70d8773
commit fcca2c151f
3 changed files with 22 additions and 22 deletions

View File

@@ -0,0 +1,22 @@
services:
pairdrop:
image: linuxserver/pairdrop:v1.11.2-ls121
container_name: ${CONTAINER_NAME}
restart: always
ports:
- ${PANEL_APP_PORT_HTTP}:3000
networks:
- 1panel-network
environment:
- PUID=1000
- PGID=1000
- WS_FALLBACK=false
- RATE_LIMIT=false
- RTC_CONFIG=false
- DEBUG_MODE=false
- TZ=Etc/UTC
labels:
createdBy: Apps
networks:
1panel-network:
external: true

View File

@@ -1,22 +0,0 @@
services:
pairdrop:
image: linuxserver/pairdrop:1.11.2
container_name: ${CONTAINER_NAME}
restart: always
ports:
- ${PANEL_APP_PORT_HTTP}:3000
networks:
- 1panel-network
environment:
- PUID=1000
- PGID=1000
- WS_FALLBACK=false
- RATE_LIMIT=false
- RTC_CONFIG=false
- DEBUG_MODE=false
- TZ=Etc/UTC
labels:
createdBy: Apps
networks:
1panel-network:
external: true