Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JafarAkhondali authored Oct 23, 2024
1 parent 0781384 commit 156b384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
- "${POSTGRES_PORT}:${POSTGRES_PORT}"
volumes:
- postgres_data2:/var/lib/postgresql/data
- ./dump_morefixes_27-03-2024_19_52_58.sql:/docker-entrypoint-initdb.d/dump_morefixes_27-03-2024_19_52_58.sql
- ./postgrescvedumper-2024-09-26.sql:/docker-entrypoint-initdb.d/postgrescvedumper-2024-09-26.sql

volumes:
postgres_data2:

0 comments on commit 156b384

Please sign in to comment.