1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-17 22:21:03 +08:00

25 lines
582 B
YAML

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