mirror of
https://github.com/ivuorinen/docker-xmrig.git
synced 2026-01-26 03:24:10 +00:00
15 lines
360 B
YAML
15 lines
360 B
YAML
services:
|
|
xmrig:
|
|
image: ivuorinen/docker-xmrig:latest
|
|
container_name: xmrig
|
|
#environment:
|
|
# - TZ=Europe/Amsterdam
|
|
volumes:
|
|
- ./config.json:/etc/xmrig/config.json:rw
|
|
- ./log:/xmrig/log:rw
|
|
restart: unless-stopped
|
|
watchtower:
|
|
image: containrrr/watchtower
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|