From 7ee20ac13d4f875e5213def41413c7604276b021 Mon Sep 17 00:00:00 2001 From: 1DontEx1st Date: Thu, 13 Nov 2025 22:16:54 -0500 Subject: [PATCH] Add network configuration for compose Added network configuration for the compose section in swag.md. --- docs/general/swag.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/general/swag.md b/docs/general/swag.md index 5e331b8f..d17a34f0 100644 --- a/docs/general/swag.md +++ b/docs/general/swag.md @@ -174,6 +174,11 @@ services: - 443:443 - 80:80 restart: unless-stopped + networks: + - lsio +networks: + lsio: + external: true ``` We can fire up the container with `docker-compose up -d`