Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
alephtaph opened this issue Sep 2, 2022 · 2 comments

Comments

@alephtaph
Copy link

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
Copy link
Owner

m1k1o commented Sep 2, 2022

Looks like issue of Synology NAS Docker with php image. Same issue with nextcloud: nextcloud/docker#1574

@m1k1o
Copy link
Owner

m1k1o commented Jan 28, 2024

Closing as not our issue.

@m1k1o m1k1o closed this as not planned Won't fix, can't repro, duplicate, stale Jan 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants