diff options
Diffstat (limited to 'release-notes/3363.md')
-rw-r--r-- | release-notes/3363.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/release-notes/3363.md b/release-notes/3363.md new file mode 100644 index 0000000..426a44a --- /dev/null +++ b/release-notes/3363.md @@ -0,0 +1 @@ +Reverted the rootless container image path in `GITEA_APP_INI` from `/etc/gitea/app.ini` to its default value of `/var/lib/gitea/custom/conf/app.ini`. This allows container users to not have to mount two separate volumes (one for the configuration data and one for the configuration `.ini` file). A warning is issued for users with the legacy configuration on how to update to the new path. |