mirror of
https://github.com/CoolnsX/selfhost_podman.git
synced 2025-12-20 20:05:17 +05:30
14 lines
231 B
Markdown
14 lines
231 B
Markdown
# Immich
|
|
|
|
- make required directory
|
|
```sh
|
|
mkdir ~/podman/immich/{ml,database}
|
|
mkdir ${UPLOAD_LOCATION}
|
|
```
|
|
|
|
- copy and modify env.example to .env
|
|
- change the URL for machine learning container in settings
|
|
|
|
## Major Problem
|
|
- none
|