From 8559192606f709b3ec912297cb3ecbfcf5cf69e7 Mon Sep 17 00:00:00 2001 From: tobbbs <1+tobbbs@noreply.localhost> Date: Wed, 10 Jun 2026 12:14:17 +0200 Subject: [PATCH] Update compose.yaml --- compose.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 01b59dc..9edda65 100644 --- a/compose.yaml +++ b/compose.yaml @@ -10,4 +10,10 @@ services: volumes: - /opt/08_news/freshrss/data:/var/www/FreshRSS/data - /opt/08_news/freshrss/extensions:/var/www/FreshRSS/extensions - restart: unless-stopped \ No newline at end of file + restart: unless-stopped + networks: + - bragi-local + +networks: + bragi-local: + external: true \ No newline at end of file