Skip to content

Commit 4e61b9a

Browse files
authored
adds the database.path to docker compose import example (#35)
1 parent 45ef3b8 commit 4e61b9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/install_setup/postgres.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Alternatively, if you have followed the Docker Compose instructions above, you c
3232
docker compose run --entrypoint "" grampsweb \
3333
gramps -C postgres \
3434
-i /root/.gramps/grampsdb/my_tree.gramps \
35+
--config=database.path:/root/.gramps/grampsdb \
3536
--config=database.backend:postgresql \
3637
--config=database.host:postgres_gramps \
3738
--config=database.port:5432 \

0 commit comments

Comments
 (0)