file browser
This commit is contained in:
@@ -4,7 +4,7 @@ services:
|
||||
image: filebrowser/filebrowser:s6
|
||||
# user: "1000:1000"
|
||||
ports:
|
||||
- 8188:80
|
||||
- 8188:8188
|
||||
healthcheck:
|
||||
test: curl -f http://localhost:8188/ || exit 1
|
||||
restart: unless-stopped
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"port": 80,
|
||||
"port": 8188,
|
||||
"baseURL": "",
|
||||
"address": "",
|
||||
"log": "stdout",
|
||||
|
||||
Reference in New Issue
Block a user