Cryptocurrency trading bot
586
Docker compose file:
version: '3.8'
services:
minegods_back:
image: artborax/cryptoreaper:latest
container_name: cryptoreaper_cont
restart: unless-stopped
volumes:
- ./logs:/app/logs
- ./config:/app/config
In the configuration file, set the value for BetterConsole to false.
To view logs in real time, you can use the command:
docker attach --sig-proxy=false cryptoreaper_cont
Content type
Image
Digest
sha256:626199d7b…
Size
249.2 MB
Last updated
about 2 years ago
docker pull artborax/cryptoreaper