Docker Compose issues.
Hi all
I am in the process of trying to install immich on a new docker system and I am running into an issue with my docker compose. When i try and run it, I get this message
here is the relevant portions of the compose file:
Any idea what I might be missing
3 Replies
can you use the original docker-compose file to run?
The dashes in the environment section shouldn't be there
like that
DOH!!!! I knew it was something stupid. I was looking at my other compose files and was not seeing that small thing
One last question. Where do I set the port it uses? looking at the post-isntall instructions it says to go to http://<machine-ip-address>:2283, but that port is not exposed anywhere. Did I miss something in the env or the compose?
nevermind. I forgot to add the proxy. now it looks like it is working