1
0

chore(deps): update caomingjun/warp docker tag to v2026 (localApps) (#4355)

This commit is contained in:
renovate[bot]
2026-03-06 13:45:54 +08:00
committed by GitHub
parent d104fe7115
commit 1ff8976406
3 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,25 @@
services:
warp:
image: caomingjun/warp:2026.1.150.0-2.12.0
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- '${PANEL_APP_PORT_HTTP}:1080'
environment:
- WARP_SLEEP=${WARP_SLEEP}
- WARP_LICENSE_KEY=${WARP_LICENSE_KEY}
cap_add:
- NET_ADMIN
sysctls:
- net.ipv6.conf.all.disable_ipv6=0
- net.ipv4.conf.all.src_valid_mark=1
volumes:
- '${DATA_PATH}:/var/lib/cloudflare-warp'
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true