diff --git a/.gitignore b/.gitignore index c450972..11a20b6 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ postgresus_data/ postgresus-data/ .env pgdata/ -docker-compose.yml \ No newline at end of file +docker-compose.yml +node_modules/ \ No newline at end of file diff --git a/README.md b/README.md index 32ff707..47a50a0 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ services: ports: - "4005:4005" volumes: - - ./postgresus-data:/app/postgresus-data + - ./postgresus-data:/postgresus-data depends_on: postgresus-db: condition: service_healthy