Replies: 1 comment 2 replies
-
Spent a bit more time on this today and it's def something to do with either the version of Docker in Ubuntu 22.04 or file permissions in the host system. Tried my docker-compose on my Mac development system which worked flawlessly, first time. Went back and looked at what version of docker I was using on the host system, which was docker-ce (for some reason). Ran My hunch is that docker-ce and the snap version of docker doesn't have the right permissions to either write in the home directory or in the place the config was stored even when setting the right PUID or PGID Hopefully this helps someone in the future who is having the same issue. |
Beta Was this translation helpful? Give feedback.
-
Hey all,
Starting a discussion rather than an issue as I think this error is cause by something in my docker install rather than the software (also as #400 is closed)
Having an issue the same as #400 with a new docker install in Ubuntu 22.04. The logs states:
Docker Compose
Things I've tried
Any help would be much appreciated
Cheers :)
Beta Was this translation helpful? Give feedback.
All reactions