update readme

This commit is contained in:
Eliz
2025-05-02 09:48:17 +00:00
parent 1b46c4803e
commit 9c3f5e32b0
3 changed files with 8 additions and 6 deletions

View File

@@ -126,7 +126,7 @@ RUN \
mv /etc/nginx/nginx.conf.new /etc/nginx/nginx.conf; \
fi
ENV HEALTH_PORT="8090" \
ENV HEALTH_PORT="8096" \
HEALTH_URL=""
HEALTHCHECK \
--interval=5s \

View File

@@ -48,6 +48,8 @@ Configurations can be done through the app webUI, except for the following optio
PGID: user
GPID: user
TZ: timezone
PASSWORD: "" # optional
CUSTOM_RESULTS: false # optional
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS...
networkdisks: "//SERVER/SHARE" # optional, list of smb servers to mount, separated by commas
cifsusername: "username" # optional, smb username, same for all smb shares

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB