Skip to content

Commit ef567ef

Browse files
fix(post): Added .env
1 parent 6843fc9 commit ef567ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_posts/2025-06-15-immich-self-hosted.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,8 @@ services:
195195
DB_STORAGE_TYPE: ${DB_STORAGE_TYPE:-SSD}
196196
volumes:
197197
- ${DB_DATA_LOCATION}:/var/lib/postgresql/data
198+
env_file:
199+
- .env
198200
restart: always
199201

200202
volumes:

0 commit comments

Comments
 (0)