Skip to content

Commit

Permalink
fix: script url (#40)
Browse files Browse the repository at this point in the history
* fix: script url

* chore: drop ref

Co-authored-by: Karol Musur <[email protected]>

---------

Co-authored-by: Karol Musur <[email protected]>
  • Loading branch information
hokaxbt and wowu authored Jan 16, 2025
1 parent 19e11ab commit 559a3c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Simply replace `docker compose up -d <service>` with `docker rollout <service>`
mkdir -p ~/.docker/cli-plugins

# Download docker-rollout script to Docker cli plugins directory
curl https://raw.githubusercontent.com/wowu/docker-rollout/master/docker-rollout -o ~/.docker/cli-plugins/docker-rollout
curl https://raw.githubusercontent.com/wowu/docker-rollout/main/docker-rollout -o ~/.docker/cli-plugins/docker-rollout

# Make the script executable
chmod +x ~/.docker/cli-plugins/docker-rollout
Expand Down

0 comments on commit 559a3c0

Please sign in to comment.