diff --git a/podman-gitea/README.md b/podman-gitea/README.md index fa51684..d8d5d12 100644 --- a/podman-gitea/README.md +++ b/podman-gitea/README.md @@ -2,4 +2,9 @@ To add a user (first admin or registration closed) : ``` podman exec --user 1000 gitea gitea admin user create --admin --username --password --email ``` -[Config cheat sheet](https://docs.gitea.io/en-us/config-cheat-sheet/) \ No newline at end of file +Check after upgrade : +``` +podman exec --user git gitea gitea doctor --all --log-file "" +``` +[Config cheat sheet](https://docs.gitea.io/en-us/config-cheat-sheet/) +