github Dokploy/dokploy v0.20.0

latest release: v0.20.1
10 hours ago

What's Changed

Breaking Changes

Due to issue #1345 it was necessary to migrate from traefik service to standalone docker container, so when you upgrade you may have downtimes or crashes due to the recreation of the container, additionally the templates will have to be deployed again to update the references of the new traefik container.

If you experience problems starting your instance please run this command on your server first

curl -sSL https://dokploy.com/install.sh | sh -s update

If that doesn't work run

docker service scale dokploy=0
docker service scale dokploy=1

New Contributors

Full Changelog: v0.19.1...v0.20.0

Don't miss a new dokploy release

NewReleases is sending notifications on new releases.