Skip to content

Commit

Permalink
path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dvrkni committed Nov 6, 2023
1 parent cf31c11 commit a6e0e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
ports:
- "127.0.0.1:5432:5432"
volumes:
- /home/ec2-user/db:/var/lib/postgresql/data
- /data:/var/lib/postgresql/data
healthcheck:
test: [ "CMD", "pg_isready", "-q", "-d", "${POSTGRES_DB}", "-U", "${POSTGRES_USER}" ]
interval: 5s
Expand Down

0 comments on commit a6e0e5f

Please sign in to comment.