Closed alephtaph closed 9 months 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
Looks like issue of Synology NAS Docker with php image. Same issue with nextcloud: https://github.com/nextcloud/docker/issues/1574
Closing as not our issue.
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: