Skip to content

Commit 5800ccf

Browse files
Fixed typo docker tail -f logs to docker logs -f
1 parent 9e80078 commit 5800ccf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

postgres_upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Source:
6161

6262
<!-- markdownlint-disable MD013 -->
6363
```shell
64-
$ sudo docker tail -f logs umami-db-1
64+
$ sudo docker logs -f umami-db-1
6565
...
6666
2025-10-26 17:18:33.851 UTC [1] LOG: starting PostgreSQL 18.0 on x86_64-pc-linux-musl, compiled by gcc (Alpine 14.2.0) 14.2.0, 64-bit
6767
...

0 commit comments

Comments
 (0)