You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm posting this just in case anyone else has a similar issue.
I have been running this for a while, but after doing a docker-compose pull, the container was not starting and the logs had the operation not permitted message coming from logging init
I was able to get around this by adding privileged : true to the speedtest service section of the docker-compose.yml
Not sure what the exact permissions required are.
The text was updated successfully, but these errors were encountered:
The cap_add section was added to try to fix the problem (but didn't), and then privileged : true was added and did fix the problem. The dns entries were added later.
I'm posting this just in case anyone else has a similar issue.
I have been running this for a while, but after doing a docker-compose pull, the container was not starting and the logs had the operation not permitted message coming from logging init
I was able to get around this by adding
privileged : true
to the speedtest service section of the docker-compose.ymlNot sure what the exact permissions required are.
The text was updated successfully, but these errors were encountered: