1
0

Update linuxserver/wireguard Docker tag to v1.0.20250521 (#929)

This commit is contained in:
renovate[bot]
2025-07-30 13:06:11 +08:00
committed by GitHub
parent 5859783c78
commit 299e8900b1
3 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,35 @@
services:
wireguard:
image: "linuxserver/wireguard:1.0.20250521"
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${SERVERPORT}:51820/udp"
environment:
- PUID=${PUID}
- PGID=${PGID}
- TZ=${TIME_ZONE}
- SERVERURL=${SERVERURL}
- SERVERPORT=${SERVERPORT}
- PEERS=${PEERS}
- PEERDNS=${PEERDNS}
- INTERNAL_SUBNET=${INTERNAL_SUBNET}
- ALLOWEDIPS=${ALLOWEDIPS}
- PERSISTENTKEEPALIVE_PEERS=${PERSISTENTKEEPALIVE_PEERS}
- LOG_CONFS=${LOG_CONFS}
volumes:
- ${CONFIG_PATH}:/config
- /lib/modules:/lib/modules
cap_add:
- NET_ADMIN
- SYS_MODULE
sysctls:
net.ipv4.conf.all.src_valid_mark: "1"
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true