diff --git a/README.md b/README.md index 1be42bf..27834c5 100644 --- a/README.md +++ b/README.md @@ -21,3 +21,10 @@ Restore: ```sh cat .sql | docker exec -i psql -U ``` + +Example of connection: + +```sh +# host = container_name +postgres://username:password@container_name:port/db_name +```