linuxserver / docker-grocy

A container for grocy - the ERP application for your kitchen https://grocy.info
GNU General Public License v3.0
333 stars 44 forks source link

Image is not starting - can't find crt key #37

Closed DonPavlov closed 3 years ago

DonPavlov commented 3 years ago

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

Roxedus commented 3 years ago

Look at line 11-19 in your log.

github-actions[bot] commented 3 years ago

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

DonPavlov commented 3 years ago

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