Fix Docker startup permission issue

This commit is contained in:
Dymas
2026-05-17 14:38:30 +02:00
parent 8ea43f1593
commit c91db90c1b
5 changed files with 10 additions and 5 deletions
+4
View File
@@ -1,5 +1,9 @@
# Changelog
## 0.30.3 - 2026-05-17
- Fixed container startup under `docker-compose` and custom `USER_UID`/`USER_GID` mappings by launching the web app with `python3 /app/app.py` directly instead of relying on the `./ani-cli-web` launcher file being executable inside the container.
## 0.30.2 - 2026-05-17
- Added container runtime support for `USER_UID` and `USER_GID`, letting `ani-cli-web` run under a chosen numeric host user/group so files created in mounted folders are not owned by `root`.