mirror of
https://codeberg.org/video-prize-ranch/rimgo.git
synced 2025-12-13 19:55:21 +00:00
Add section on automatic updates and use image by default [ci skip]
This commit is contained in:
13
README.md
13
README.md
@@ -90,6 +90,19 @@ You can now run rimgo.
|
||||
sudo docker-compose up -d
|
||||
```
|
||||
|
||||
#### Automatic updates
|
||||
[Watchtower](https://containrrr.dev/watchtower/) can automatically update your Docker containers.
|
||||
|
||||
Create a new `docker-compose.yml` file or add the watchtower section to your existing `docker-compose.yml` file.
|
||||
```yml
|
||||
version: "3"
|
||||
services:
|
||||
watchtower:
|
||||
image: containrrr/watchtower
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
```
|
||||
|
||||
### Build from source
|
||||
|
||||
#### Requirements
|
||||
|
||||
Reference in New Issue
Block a user