This commit is contained in:
Alex55 2026-03-24 21:37:29 +02:00
parent 9a4f457199
commit 8b901533e8
1 changed files with 7 additions and 1 deletions

View File

@ -41,4 +41,10 @@ services:
network_mode: "service:wg-client" # ← весь трафик Flask идёт через WireGuard network_mode: "service:wg-client" # ← весь трафик Flask идёт через WireGuard
depends_on: depends_on:
- wg-client - wg-client
restart: always restart: always
networks:
wg-net:
driver: bridge