Skip to content

Commit 38134cd

Browse files
authored
Update README-C#.md
1 parent 25a266f commit 38134cd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docker/README-C#.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ First, you have to start a docker container from this image, which will mount
6363
your CodeCompass directory from your host and starts a shell:
6464
```bash
6565
docker run --rm -ti \
66-
--env DATABASE=pgsql --env BUILD_TYPE=Release \
66+
--env DATABASE=pgsql \
67+
--env TEST_DB="postgresql://postgres:password@postgres_container:5432/postgres" \
68+
--env BUILD_TYPE=Release \
6769
--volume /path/to/host/CodeCompass:/CodeCompass \
6870
--volume /path/to/your/host/project:/projects/myproject \
6971
-p 8001:8080 \

0 commit comments

Comments
 (0)