-
Im attempting to install a production version of Inventree on a rasberry pi 4 running rasberry pi os. ive followed the docker install guide and when i run docker compose up -d i get WARN[0000] /home/QPuter/Inventree/docker-compose.yml: ive attempted to resolve this using sudo docker compose up -d but i get a different error back WARN[0000] /home/QPuter/Inventree/docker-compose.yml: ive tried to search around but i havent been able to find much help on this topic, in all fairness i am very new to this, so any help would be greatly appreciated |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
What version of |
Beta Was this translation helpful? Give feedback.
-
I found a solution, when i downloaded caddyfile, it came with the extension .txt, this meant when i first ran inventree it created a directory called Caddyfile this discussion suggested this was the problem https://caddy.community/t/error-for-caddy-caddy-1-cannot-start-service-caddy-failed-to-create-shim-task/16753/3 so i deleted the directory and it booted successfully from there. Thanks!!! |
Beta Was this translation helpful? Give feedback.
I found a solution, when i downloaded caddyfile, it came with the extension .txt, this meant when i first ran inventree it created a directory called Caddyfile this discussion suggested this was the problem https://caddy.community/t/error-for-caddy-caddy-1-cannot-start-service-caddy-failed-to-create-shim-task/16753/3 so i deleted the directory and it booted successfully from there.
Thanks!!!