Skip to content

Commit

Permalink
fix: dev compose (immich-app#4357)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrasm91 authored Oct 5, 2023
1 parent 81009c1 commit ebd3f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ services:
POSTGRES_USER: ${DB_USERNAME}
POSTGRES_DB: ${DB_DATABASE_NAME}
volumes:
- ${UPLOAD_LOCATION}/postgres:/data
- ${UPLOAD_LOCATION}/postgres:/var/lib/postgresql/data
ports:
- 5432:5432

Expand Down

0 comments on commit ebd3f7f

Please sign in to comment.