diff --git a/.gitignore b/.gitignore index dbc1565..3e78d8e 100644 --- a/.gitignore +++ b/.gitignore @@ -36,4 +36,5 @@ next-env.d.ts postgres -mongo \ No newline at end of file +mongo +mongo-volume diff --git a/docker-compose-debug.yml b/docker-compose-debug.yml index 201f1d7..7da0a5c 100644 --- a/docker-compose-debug.yml +++ b/docker-compose-debug.yml @@ -11,7 +11,7 @@ services: MONGO_INITDB_ROOT_USERNAME: root MONGO_INITDB_ROOT_PASSWORD: example volumes: - - ./mongo:/data/db + - ./mongo-volume:/data/db mongo-express: image: mongo-express restart: always