We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Looks like issue of Synology NAS Docker with php image. Same issue with nextcloud: nextcloud/docker#1574
Sorry, something went wrong.
Closing as not our issue.
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: