diff --git a/immich/docker-compose.yml b/immich/docker-compose.yml index f611c97..410098c 100644 --- a/immich/docker-compose.yml +++ b/immich/docker-compose.yml @@ -65,7 +65,8 @@ services: POSTGRES_INITDB_ARGS: '--data-checksums' volumes: # Do not edit the next line. If you want to change the database storage location on your system, edit the value of DB_DATA_LOCATION in the .env file - - ${DB_DATA_LOCATION}:/var/lib/postgresql/data + #- ${DB_DATA_LOCATION}:/var/lib/postgresql/data + - /share/docker_data/immich/db:/var/lib/postgresql/data healthcheck: test: >- pg_isready --dbname="$${POSTGRES_DB}" --username="$${POSTGRES_USER}" || exit 1;