Upgrading cardano-rest using docker-compose
Shutdown the running cardano-rest containers
cd cardano-rest
Shutdown the running container and remove all linked volumes
NETWORK=mainnet docker-compose down -v
Update cardano-rest directory
git pull
Launch docker-compose
NETWORK=mainnet docker-compose up
Warning: The above procedure removes all volume and recreates at start-up hence a complete resync and restore of the wallet is required