Skip to content

Commit fc52fbd

Browse files
committed
refactor: readme added url format & mac os run
1 parent 2d56a80 commit fc52fbd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ podman run \
1111
```
1212
` postgres://admin:secret@localhost:5671/mydb `
1313

14-
### Start (custom)
14+
### Start custom (Linux/mac os)
1515
```
1616
podman run \
1717
--name my_postgres \
@@ -33,3 +33,6 @@ podman run `
3333
-p 5671:5432 `
3434
ghcr.io/multi-repo/postgres/pg:main
3535
```
36+
37+
### Url format
38+
`postgres://user:password@host:port/database`

0 commit comments

Comments
 (0)