What's Changed
- docs: reset password command fix by @hehehai in #75
- Modify README.md to support Chinese by @kwxmxb in #68
- Added German Readme by @DontFred in #83
- Added Russian readme file by @Mr1Blaze in #89
- fix: dashboard layout styles by @hehehai in #86
- fix(#93): extract all branches from repository by @Siumauricio in #95
- fix(#100): Remove published port in the redis database to be not expo… by @Siumauricio in #102
- Added new tested system by @Mr1Blaze in #101
- v0.0.4 by @Siumauricio in #103
Note
Initially when dokploy was installed by mistake we exposed the port of the redis database which is the one we use to make queues to the deployments, in this update we corrected that error, to apply the changes it is necessary to do the following:
- Go to your server
- run this command
docker service rm dokploy-redis
- go to your dokploy panel -> settings -> server -> reload (this will make to recreate the redis instance without the port exposed)
New Contributors
- @hehehai made their first contribution in #75
- @kwxmxb made their first contribution in #68
- @DontFred made their first contribution in #83
- @Mr1Blaze made their first contribution in #89
Full Changelog: v0.0.3...v0.0.4