From aed5ff106b6652cfe95a00a2f8c9c50e94fe14df Mon Sep 17 00:00:00 2001 From: Joakim Persson Date: Wed, 22 Apr 2026 21:48:05 +0200 Subject: [PATCH] Add multi-user setup pointer in DOCKER_HUB.md DOCKER_HUB.md focuses on single-user setup. Rather than duplicating the multi-user docs, add a short section linking to the source repo's Multi-user setup section which covers volume isolation, the shared compose layout, and the SIGNUM / $USER auto-detection. --- DOCKER_HUB.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/DOCKER_HUB.md b/DOCKER_HUB.md index 3a87ffa..3aca9c7 100644 --- a/DOCKER_HUB.md +++ b/DOCKER_HUB.md @@ -547,6 +547,10 @@ ping all agents All six agents should respond if your provider authentication is working. +## Multi-User Setup + +This guide covers single-user setup. For running multiple opencode-devbox instances in parallel — whether each user has their own OS account or everyone shares one login — see the [Multi-user setup section](https://gitea.jordbo.se/joakimp/opencode-devbox#multi-user-setup) in the source repository. It covers volume isolation, the `docker-compose.shared.yml` layout, and the `SIGNUM` / `$USER` auto-detection mechanism. + ## Source Build from source or contribute: [opencode-devbox on Gitea](https://gitea.jordbo.se/joakimp/opencode-devbox)