We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ac4f53 commit 273de79Copy full SHA for 273de79
.gitignore
@@ -2,4 +2,5 @@ postgresus_data/
2
postgresus-data/
3
.env
4
pgdata/
5
-docker-compose.yml
+docker-compose.yml
6
+node_modules/
README.md
@@ -91,7 +91,7 @@ services:
91
ports:
92
- "4005:4005"
93
volumes:
94
- - ./postgresus-data:/app/postgresus-data
+ - ./postgresus-data:/postgresus-data
95
depends_on:
96
postgresus-db:
97
condition: service_healthy
0 commit comments