DocFraggle
I tried only docker compose up -d after the pull.
I have also trieddocker compose down && docker compose up -d after the pull.
System ever sais that everything is started and healthy but there is no access to the GUI anymore.
Here is the output of docker compose ps
NAME IMAGE COMMAND SERVICE CREATED STATUS PORTS
mailcow-logs-app ghcr.io/shlomiporush/mailcow-logs-viewer:latest "./entrypoint.sh" app 19 seconds ago Up 7 seconds (health: starting) 0.0.0.0:8080->8080/tcp, [::]:8080->8080/tcp
mailcow-logs-db postgres:15-alpine "docker-entrypoint.s…" db 19 seconds ago Up 18 seconds (healthy) 5432/tcp
At this time there is no other solution of getting access to the GUI doing a rollback of the virtual machine.
Network mailcow-logs-viewer_mailcow-logs-network Created 0.1ss
✔ Container mailcow-logs-db Healthy 10.9s
✔ Container mailcow-logs-app Started 11.2s