m1k1o / blog

Lightweight self-hosted facebook-styled PHP blog.
https://blog.m1k1o.net
GNU General Public License v3.0
301 stars 31 forks source link

Error: [:crit] [pid 1] (38)Function not implemented: AH00141: Could not initialize random number generator not starting #40

Closed alephtaph closed 9 months ago

alephtaph commented 2 years ago

Running standard docker-compose.yaml on Synology NAS Docker.

Error and restarting [:crit] [pid 1] (38)Function not implemented: AH00141: Could not initialize random number generator

Not starting. Tried with different credentials.

I used:

version: "3"
services:
  blog:
    image: m1k1o/blog:latest
    restart: unless-stopped
    environment:
        TZ: Europe/Zurich
        BLOG_TITLE: MyName
        BLOG_NAME: user
        BLOG_NICK: nick
        BLOG_PASS: password
        BLOG_LANG: en
    ports:
      - 8033:80
    volumes:
      - /volume1/docker/blog/data:/var/www/html/data
m1k1o commented 2 years ago

Looks like issue of Synology NAS Docker with php image. Same issue with nextcloud: https://github.com/nextcloud/docker/issues/1574

m1k1o commented 9 months ago

Closing as not our issue.