diff --git a/apphub/src/config/system.ini b/apphub/src/config/system.ini index 548f1910..016d3585 100755 --- a/apphub/src/config/system.ini +++ b/apphub/src/config/system.ini @@ -5,4 +5,4 @@ path = /websoft9/library/apps path = /websoft9/media/json/ [max_apps] -key = +key = 2 diff --git a/docker/apphub/Dockerfile b/docker/apphub/Dockerfile index 9084588b..48bfbc7c 100644 --- a/docker/apphub/Dockerfile +++ b/docker/apphub/Dockerfile @@ -1,11 +1,11 @@ # This file can running at actions # MEDIA_VERSION and LIBRARY_VERSION will trigger its release -# modify time: 202405071545, you can modify here to trigger Docker Build action +# modify time: 202405080845, you can modify here to trigger Docker Build action FROM python:3.10-slim-bullseye LABEL maintainer="Websoft9" -LABEL version="0.0.9-rc1" +LABEL version="0.0.9-rc2" WORKDIR /websoft9