dashpay / dash-network-deploy

Tools for Dash networks deployment and testing
MIT License
20 stars 19 forks source link

updated to docker_compose_v2 and changed requirements.yml file #632

Closed vivekgsharma closed 5 months ago

vivekgsharma commented 5 months ago

Issue being fixed or feature implemented

Old docker_compose was updated

What was done?

Updated to community.docker.docker_compose_v2 , changed the requirements.yml file and replaced

restarted: true
pull: true

with

recreate: always
pull: always

How Has This Been Tested?

Deployed devnet-ouzo using this

Breaking Changes

Nothing is breaking

Checklist: