mirror of
https://github.com/sergi0g/cup.git
synced 2025-11-16 09:03:46 -05:00
Update docs (#55)
This commit is contained in:
@@ -20,4 +20,19 @@ services:
|
|||||||
- ./cup.json:/config/cup.json
|
- ./cup.json:/config/cup.json
|
||||||
```
|
```
|
||||||
|
|
||||||
|
If you don't have a config, you can use this instead:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
services:
|
||||||
|
cup:
|
||||||
|
image: ghcr.io/sergi0g/cup:latest
|
||||||
|
container_name: cup # Optional
|
||||||
|
restart: unless-stopped
|
||||||
|
command: serve
|
||||||
|
ports:
|
||||||
|
- 8000:8000
|
||||||
|
volumes:
|
||||||
|
- /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. Have fun!
|
||||||
|
|||||||
Reference in New Issue
Block a user