Replies: 1 comment
-
if you do each command separately, sudo docker compose down still throws a permission error? What happens if you reboot the host and try again? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The bug
Then i try update app by
``docker compose down
docker compose pull
docker compose up -d
i get
Error response from daemon: cannot stop container: a7b45c21e2a21eaf1dda455be17e7c61d8e0e7e7e4aa3ea1b5878d9a87eb308d: permission denied`i get it by sudo and by root too.
The OS that Immich Server is running on
Ubuntu 22.04
Version of Immich Server
v1.108.0
Version of Immich Mobile App
--
Platform with the issue
Your docker-compose.yml content
Your .env content
Reproduction steps
1.docker compose down
2.docker compose pull
3.docker compose up -d
Relevant log output
Additional information
No response
Beta Was this translation helpful? Give feedback.
All reactions