Skip to content

Commit

Permalink
Merge pull request #18 from Qwizi/scripts
Browse files Browse the repository at this point in the history
rename db volume
  • Loading branch information
Qwizi authored Jun 10, 2024
2 parents bfd015b + 241a764 commit afacd5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions coolify/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ services:
networks:
- dealhub-network
volumes:
- pgdata:/var/lib/postgresql/data
- dealhub_pgdata:/var/lib/postgresql/data
healthcheck:
test: [ "CMD-SHELL", "pg_isready -U postgres" ]
interval: 30s
Expand Down Expand Up @@ -85,4 +85,4 @@ networks:

volumes:
static_volume:
pgdata:
dealhub_pgdata:

0 comments on commit afacd5c

Please sign in to comment.