Problem 408 Solution
This solution is only for servers with Allora Docker - If there are different containers in Docker, it will also delete them. Be careful.
Connect Server
Delete Container's :
docker rm -f $(docker ps -a -q) && docker system prune --volumes -a -fEnter Allora-Chain Directory :
cd allora-chain Enter the basic-coin-prediction-node Directory :
cd basic-coin-prediction-nodeLet's go into the docker-compose.yml file :
nano docker-compose.yml 

Let's edit it here:

Let's Rebuild and Run :
Check :
Result :
Last updated