Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
theupriser authored Feb 16, 2024
1 parent 9afc6dd commit 3670041
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 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/theupriser/docker-rollout/master/docker-rollout -o ~/.docker/cli-plugins/docker-rollout

# Make the script executable
chmod +x ~/.docker/cli-plugins/docker-rollout
Expand Down Expand Up @@ -86,3 +86,6 @@ If you're using Docker healthchecks, Traefik will make sure that traffic is only
## License

[MIT License](LICENSE) &copy; Karol Musur

## Forked from
[Karol Masur](https://github.com/Wowu/docker-rollout)

0 comments on commit 3670041

Please sign in to comment.