mirror of
https://github.com/sergi0g/cup.git
synced 2025-11-15 08:33:49 -05:00
Merge branch 'main' into v3
This commit is contained in:
@@ -4,7 +4,7 @@ Cup is the easiest way to check for container image updates.
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
_If you like this project and/or use Cup, please consider starring the project ⭐. It motivates me to continue working on it and imrpoving it. Plus, you get updates for new releases!_
|
_If you like this project and/or use Cup, please consider starring the project ⭐. It motivates me to continue working on it and improving it. Plus, you get updates for new releases!_
|
||||||
|
|
||||||
## Screenshots 📷
|
## Screenshots 📷
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Docker Compose
|
# Docker Compose
|
||||||
|
|
||||||
Many users find it useful to run Cup with Docker Compose, as it enables them to have it constantly running in the background and easily control it. Cup's lightweight resource usae makes it ideal for this use case.
|
Many users find it useful to run Cup with Docker Compose, as it enables them to have it constantly running in the background and easily control it. Cup's lightweight resource use makes it ideal for this use case.
|
||||||
|
|
||||||
There have been requests for an official Docker Compose file, but I believe you should customize it to your needs.
|
There have been requests for an official Docker Compose file, but I believe you should customize it to your needs.
|
||||||
|
|
||||||
@@ -35,4 +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. Have fun!
|
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:
|
||||||
|
```yaml
|
||||||
|
user: "1000:999"
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user