SensorsIot / IOTstack

Docker stack for getting started on IOT on the Raspberry PI
GNU General Public License v3.0
1.45k stars 308 forks source link

add doc for dozzle #482

Closed heyimjonas closed 2 years ago

heyimjonas commented 2 years ago

Currently planning on creating the missing docs. This is my first ever pull request, so please lmk if I did something wrong.

ukkopahis commented 2 years ago

URL is wrong. Dozzle port was changed to 8889.

See: https://github.com/SensorsIot/IOTstack/blob/master/.templates/dozzle/service.yml

Please amend your commit and force-push the fix.

ukkopahis commented 2 years ago

You can do git rebase -i origin/master and squash all the commits into one, and then git push -f for a much cleaner commit history.

ukkopahis commented 2 years ago

Looking good.