fixed miner restart missing
This commit is contained in:
parent
4edf82d596
commit
9e5ec8153d
2 changed files with 5 additions and 1 deletions
|
@ -9,4 +9,7 @@ nextcloud.mixel.cloud {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
https://nc.mixel.cloud:443 {
|
||||||
|
reverse_proxy 192.168.178.232:11000
|
||||||
|
}
|
||||||
# Internal
|
# Internal
|
|
@ -1,6 +1,7 @@
|
||||||
services:
|
services:
|
||||||
miner:
|
miner:
|
||||||
image: rdavidoff/twitch-channel-points-miner-v2
|
image: rdavidoff/twitch-channel-points-miner-v2
|
||||||
|
restart: unless-stopped
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
tty: true
|
tty: true
|
||||||
environment:
|
environment:
|
||||||
|
@ -11,4 +12,4 @@ services:
|
||||||
- ./logs:/usr/src/app/logs
|
- ./logs:/usr/src/app/logs
|
||||||
- ./run.py:/usr/src/app/run.py:ro
|
- ./run.py:/usr/src/app/run.py:ro
|
||||||
ports:
|
ports:
|
||||||
- "55055:5000"
|
- "55055:5000"
|
||||||
|
|
Loading…
Add table
Reference in a new issue