Skip to content

Commit

Permalink
Fix postgres volume bug
Browse files Browse the repository at this point in the history
  • Loading branch information
david1542 committed Sep 25, 2024
1 parent 9e11275 commit 19b34af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
ports:
- "${POSTGRES_PORT}:${POSTGRES_PORT}"
volumes:
- ${DATA_DIR}/postgres:/var/lib/postgresql/data
- ${DATA_DIR}/postgres:/var/lib/postgresql
- ${CONFIG_DIR}/postgres/postgres_init.sh:/docker-entrypoint-initdb.d/init.sh
environment:
- POSTGRES_PASSWORD
Expand Down

0 comments on commit 19b34af

Please sign in to comment.