linuxserver/docker-grocy

Image is not starting - can't find crt key

DonPavlov opened this issue · 3 comments

linuxserver.io


Expected Behavior

The image starts, webserver is reachable

Current Behavior

The image is executed, started, but nothing happens. Webserver not reachable.
Installed on a Raspberry Pi 3.

Steps to Reproduce

  1. Use pi 3
  2. Start image
  3. Wait
  4. Nothing happens on webport.

Environment

Raspbian
armv7
Pi 3

Command used to create docker container (run/create/compose/screenshot)

docker run -d --name=grocy -e PUID=1000 -e PGID=1000 -e TZ=Europe/Berlin -p 9283:80 -v /home/pi/grocy:/config --restart unless-stopped ghcr.io/linuxserver/grocy

Docker logs

https://pastebin.com/UNLKDm7N

Look at line 11-19 in your log.

Thanks for opening your first issue here! Be sure to follow the bug or feature issue templates!

Thanks that fixed it. Startup still took something like 10 minutes but it works now.