From 45c90dda1b2ce1f9809d76f017df987ac59cc62d Mon Sep 17 00:00:00 2001 From: quietsy Date: Sun, 23 Nov 2025 10:31:24 +0200 Subject: [PATCH] Fix wording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21efa64..8e0f958 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # On-demand - Docker mod for SWAG -This mod gives SWAG the ability to start containers on-demand when accessed through SWAG and stop them after a period of inactivity. It takes a few seconds for containers to start on-demand, you'll need to refresh the tab. +This mod gives SWAG the ability to start containers on-demand when accessed through SWAG and stop them after a period of inactivity. It takes a few seconds for containers to start on-demand, you'll need to refresh the tab or add a loading page as detailed below. ## Setup: - In SWAG's docker arguments, set an environment variable `DOCKER_MODS=linuxserver/mods:swag-ondemand` and either add a volume mapping for `/var/run/docker.sock:/var/run/docker.sock:ro`, or set an environment var `DOCKER_HOST=remoteaddress` (read the security considerations below).