We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecb2f0f commit 6d5a48aCopy full SHA for 6d5a48a
2 files changed
README.md
@@ -83,6 +83,8 @@ Access at: `http://localhost:5432`
83
|------|----------|-------------|
84
| `5432` | TCP | PostgreSQL Port |
85
86
+This image is part of the [Immich Stack](https://daemonless.io/images/immich).
87
+
88
## Notes
89
90
- **User:** `postgres` (UID/GID set via PUID/PGID)
compose.yaml
@@ -11,6 +11,7 @@ x-daemonless:
11
user: "postgres"
12
mlock: false
13
upstream_binary: true
14
+ notes: "This image is part of the [Immich Stack](https://daemonless.io/images/immich)."
15
16
docs:
17
env:
0 commit comments