immich_server wont start
Hi,
I’m trying to get immich_server running in Docker on my Linux server using Portainer, but I’m running into some issues. I’ve created a stack, but the container isn’t publishing any ports, which prevents me from continuing with the configuration.
My goal is to have Immich store images on my NAS, so I’ve mounted a disk on the Docker server at /mnt/share/Docker/. I haven’t made any changes to the docker-compose.yml file aside from adding stack.env in the file.
Here’s the configuration in my stack.env:
UPLOAD_LOCATION=/mnt/share/Docker/Immich/Library
DB_DATA_LOCATION=./postgres
IMMICH_VERSION=release
DB_PASSWORD=XXXXXX
DB_USERNAME=postgres
DB_DATABASE_NAME=immich
When I start the stack, the container fails to fully initialize. Any guidance on how to get the container running and make the ports accessible would be greatly appreciated.
Thank you!
I’m trying to get immich_server running in Docker on my Linux server using Portainer, but I’m running into some issues. I’ve created a stack, but the container isn’t publishing any ports, which prevents me from continuing with the configuration.
My goal is to have Immich store images on my NAS, so I’ve mounted a disk on the Docker server at /mnt/share/Docker/. I haven’t made any changes to the docker-compose.yml file aside from adding stack.env in the file.
Here’s the configuration in my stack.env:
UPLOAD_LOCATION=/mnt/share/Docker/Immich/Library
DB_DATA_LOCATION=./postgres
IMMICH_VERSION=release
DB_PASSWORD=XXXXXX
DB_USERNAME=postgres
DB_DATABASE_NAME=immich
When I start the stack, the container fails to fully initialize. Any guidance on how to get the container running and make the ports accessible would be greatly appreciated.
Thank you!