file browser
This commit is contained in:
@@ -4,16 +4,16 @@ services:
|
|||||||
image: filebrowser/filebrowser:s6
|
image: filebrowser/filebrowser:s6
|
||||||
# user: "1000:1000"
|
# user: "1000:1000"
|
||||||
ports:
|
ports:
|
||||||
- 8081:8081
|
- 8081:80
|
||||||
# healthcheck:
|
# healthcheck:
|
||||||
# test: curl -f http://localhost:8081/ || exit 1
|
test: curl -f http://localhost:8081/ || exit 1
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
user: "1000:113"
|
user: "1000:113"
|
||||||
healthcheck:
|
# healthcheck:
|
||||||
test: ["CMD", "curl", "-f", "http://localhost:8081/health"]
|
# test: ["CMD", "curl", "-f", "http://localhost:8081/health"]
|
||||||
interval: 30s
|
# interval: 30s
|
||||||
timeout: 20s
|
# timeout: 20s
|
||||||
retries: 3
|
# retries: 3
|
||||||
security_opt:
|
security_opt:
|
||||||
- no-new-privileges:true
|
- no-new-privileges:true
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user