16 lines
605 B
Markdown
16 lines
605 B
Markdown
# Immich creation and running
|
|
|
|
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]
|
|
```
|
|
|
|
## Common issues |