mirror of
https://github.com/sergi0g/cup.git
synced 2025-11-15 08:33:49 -05:00
Update docs
This commit is contained in:
@@ -35,9 +35,9 @@ services:
|
|||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /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 `services.cup` key in 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 docker compose:
|
|
||||||
```yaml
|
```yaml
|
||||||
user: "1000:999"
|
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!
|
||||||
Reference in New Issue
Block a user