2025-02-23 21:28:29 +00:00

14 lines
585 B
Markdown

# Immich Docker file config
Make sure you are under the immich directory. If not `cd` to it or create it `mkdir immich`
Start the docker containers by running the compose file
```
docker compose up -d
```
Once loaded, immich will be available from `http://192.168.1.xxx:2283`. If you have set up cloudflare correctly this will connect to cloudflare. Currently DNS used is http://immich.cathulu.online if this returns a cloudflare issue you have not set the tunnel up correctly or the docker container running cloudflared is having issues.
```
docker logs [CONTAINER NAME OR ID]
```