mirror of
https://github.com/ivuorinen/docker-xmrig.git
synced 2026-01-26 03:24:10 +00:00
feat: add watchtower for autoupdates
This commit is contained in:
@@ -10,3 +10,7 @@ services:
|
||||
- ./log:/xmrig/log
|
||||
command: ["/xmrig/xmrig", "--config=/xmrig/etc/config.json"]
|
||||
restart: unless-stopped
|
||||
watchtower:
|
||||
image: containrrr/watchtower
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
|
||||
Reference in New Issue
Block a user