file browser

This commit is contained in:
msnie
2025-07-23 13:00:26 +02:00
parent f97ff6458a
commit c9551d1357
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ services:
image: filebrowser/filebrowser:s6 image: filebrowser/filebrowser:s6
# user: "1000:1000" # user: "1000:1000"
ports: ports:
- 8188:80 - 8188:8188
healthcheck: healthcheck:
test: curl -f http://localhost:8188/ || exit 1 test: curl -f http://localhost:8188/ || exit 1
restart: unless-stopped restart: unless-stopped
+1 -1
View File
@@ -1,5 +1,5 @@
{ {
"port": 80, "port": 8188,
"baseURL": "", "baseURL": "",
"address": "", "address": "",
"log": "stdout", "log": "stdout",