fix(filebrowser): correct typo in docker-compose.yml

This commit is contained in:
2026-01-22 17:17:29 +01:00
parent 4c3b42d648
commit a18265f8ed

View File

@@ -9,5 +9,5 @@ services:
- "${DATA_PATH:?}:/data"
- "${CONFIG_PATH:?}:/config"
environment:
- FB_BASEURL: "${FB_BASEURL:-/}"
FB_BASEURL: "${FB_BASEURL:-/}"
restart: unless-stopped