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