Skip to content

Commit ae9dcdd

Browse files
authored
chore: Update docker-compose.yml
1 parent 933112f commit ae9dcdd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

examples/immich/docker-compose.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ services:
5555
- immich-internal
5656

5757
immich-database:
58-
image: tensorchord/pgvecto-rs:pg14-v0.2.0
58+
image: ghcr.io/immich-app/postgres:14-vectorchord0.3.0-pgvectors0.2.0
5959
container_name: immich-database
6060
env_file:
6161
- .env
@@ -66,8 +66,6 @@ services:
6666
PG_DATA: /var/lib/postgresql/data
6767
volumes:
6868
- ${DB_DATABASE_LOCATION}:/var/lib/postgresql/data
69-
command: >-
70-
postgres -c shared_preload_libraries=vectors.so -c 'search_path="$$user", public, vectors' -c logging_collector=on -c max_wal_size=2GB -c shared_buffers=512MB -c wal_compression=on
7169
restart: unless-stopped
7270
networks:
7371
- immich-internal

0 commit comments

Comments
 (0)