speedtest-tracker: Docker compose Install failed with "init: error mounting "/etc/localtime" to rootfs at "/etc/localtime"
Describe the bug
Created docker-compose.yml as per documentation.
“docker compose up”
Get this error message after “Initializing database files”:
Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error mounting "/etc/localtime" to rootfs at "/etc/localtime": mount /etc/localtime:/etc/localtime (via /proc/self/fd/6), flags: 0x5001: not a directory: unknown: Are you trying to mount a directory onto a file (or vice-versa)? Check if the specified host path exists and is the expected type
Installing on Alpine-linux lxc container under ProxMox.
To Reproduce Install as above.
Expected behavior
Install worked
Environment (please complete the following information):
- OS: Alpine LXC
- Architecture: amd64
- Browser SSH to Container
- Version: Latest
Screenshots Logs Additional context
About this issue
- Original URL
- State: closed
- Created 9 months ago
- Comments: 23 (9 by maintainers)
I figured it out… I’m not sure why it worked previously, but after Googling the error I found this page which has a screenshot of an APP_KEY with the “base64:” part in front of the key, which I didn’t include in my compose file. So, sorry about that! Thanks for the awesome app!