From 5aeef519619d867f3b28d52d7035cca5c61680e2 Mon Sep 17 00:00:00 2001 From: Sergio <77530549+sergi0g@users.noreply.github.com> Date: Fri, 28 Feb 2025 20:19:48 +0200 Subject: [PATCH] Update docs --- .../src/content/docs/community-resources/docker-compose.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/content/docs/community-resources/docker-compose.mdx b/docs/src/content/docs/community-resources/docker-compose.mdx index bceb293..191048a 100644 --- a/docs/src/content/docs/community-resources/docker-compose.mdx +++ b/docs/src/content/docs/community-resources/docker-compose.mdx @@ -35,9 +35,9 @@ services: - /var/run/docker.sock:/var/run/docker.sock ``` -This can be customized further of course, if you choose to use a different port, another config location, or would like to change something else. - -Cup can run with a non-root user, but needs to be in a docker group. Assuming user id of 1000 and `docker` group id of 999 you can add this to the docker compose: +Cup can run with a non-root user, but needs to be in a docker group. Assuming user id of 1000 and `docker` group id of 999 you can add this to the `services.cup` key in the docker compose: ```yaml user: "1000:999" ``` + +The compose can be customized further of course, if you choose to use a different port, another config location, or would like to change something else. Have fun! \ No newline at end of file