Skip to content

Commit 999f45e

Browse files
authored
chore: update docker-compose.yml
1 parent de429f8 commit 999f45e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/immich/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ services:
6363
POSTGRES_PASSWORD: ${DB_PASSWORD}
6464
POSTGRES_USER: ${DB_USERNAME}
6565
POSTGRES_DB: ${DB_DATABASE_NAME}
66+
POSTGRES_INITDB_ARGS: '--data-checksums'
6667
PG_DATA: /var/lib/postgresql/data
6768
volumes:
6869
- ${DB_DATABASE_LOCATION}:/var/lib/postgresql/data

0 commit comments

Comments
 (0)