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
|
|
@ -1,6 +1,7 @@
|
|||
services:
|
||||
miner:
|
||||
image: rdavidoff/twitch-channel-points-miner-v2
|
||||
restart: unless-stopped
|
||||
stdin_open: true
|
||||
tty: true
|
||||
environment:
|
||||
|
|
Loading…
Add table
Reference in a new issue