mirror of
https://github.com/ivuorinen/docker-xmrig.git
synced 2026-01-26 11:34:01 +00:00
13 lines
327 B
YAML
13 lines
327 B
YAML
version: "3.8"
|
|
services:
|
|
xmrig:
|
|
image: ivuorinen/docker-xmrig:latest
|
|
container_name: xmrig
|
|
#environment:
|
|
# - TZ=Europe/Amsterdam
|
|
volumes:
|
|
- ./config.json:/xmrig/etc/config.json:rw
|
|
- ./log:/xmrig/log
|
|
command: ["/xmrig/xmrig", "--config=/xmrig/etc/config.json"]
|
|
restart: unless-stopped
|