Skip to content

Commit 81e3c02

Browse files
doc: add hint to enter database
1 parent d64f40b commit 81e3c02

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,14 @@ To use `intelmqctl` you need to set environment variables, which are normally se
264264
docker exec --env-file=.env -ti --network intelmq-cb-mailgen-docker_intelmq intelmq bash
265265
```
266266

267+
#### Database
268+
269+
To enter the database, use
270+
```bash
271+
docker exec -ti intelmq-database psql -h localhost contactdb
272+
docker exec -ti intelmq-database psql -h localhost eventdb
273+
```
274+
267275
## Tests
268276

269277
To run the tests, call `testall.sh`:

0 commit comments

Comments
 (0)