Files
my-umbrel-app-store/my-filebrowser-quantum/docker-compose.yml
Christiaan Westerbeek 9fe65d51a0 Upgrade to 1.1.1-stable and normal user weer
normale user om geen andere problemen te voorkomen. Ik fix het wel in het rsync command dat uploaden niet werkte
2026-01-13 21:47:06 +01:00

17 lines
475 B
YAML

version: "3.7"
services:
app_proxy:
environment:
APP_HOST: my-filebrowser-quantum_web_1
APP_PORT: 80
web:
image: ghcr.io/gtsteffaniak/filebrowser:1.1.1-stable@sha256:aa6d214d269af8785f6af7c1bb3d2cda019a09265b3d3bdff22257e9dc993ee4
restart: on-failure
environment:
FILEBROWSER_CONFIG: "/home/filebrowser/data/config.yaml"
volumes:
- ${UMBREL_ROOT}/data/storage:/storage
- ${APP_DATA_DIR}/data/:/home/filebrowser/data:rw