Skip to content

Commit 6c5038e

Browse files
committed
UPD: docs
1 parent f9efd9b commit 6c5038e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@
7474
or create a dump directly from Docker:
7575

7676
```bash
77-
docker exec -it bionexus-db-1 pg_dump -U postgres -Fc -d mydb -f /tmp/mydb.dump
78-
docker cp bionexus-db-1:/tmp/db.dump ./db.dump
77+
docker exec -it bionexus-db-1 pg_dump -U bionexus -Fc -d bionexus -f /tmp/bionexus.dump
78+
docker cp bionexus-db-1:/tmp/bionexus.dump ./bionexus.dump
7979
```
8080

8181
Adminer: http://localhost:8080 (server: db, user: bionexus, db: bionexus)

0 commit comments

Comments
 (0)