This commit is contained in:
Alex55 2026-03-24 22:30:19 +02:00
parent c4d13d2586
commit a53a66f2ec
1 changed files with 6 additions and 2 deletions

View File

@ -20,12 +20,14 @@ services:
cap_add:
- NET_ADMIN
- SYS_MODULE
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Amsterdam
volumes:
- ./wg:/config
networks:
- wg-net
ports:
- "5205:5205"
restart: always
web:
@ -37,6 +39,8 @@ services:
- FLASK_DEBUG=1
- PYTHONUNBUFFERED=1
network_mode: "service:wg-client"
ports:
- "5205:5205" # ⚠️ не работает с network_mode: service:wg-client
depends_on:
- wg-client
restart: always