Update File_Containers/filebrowser/compose.yaml

This commit is contained in:
2026-04-12 01:19:48 +00:00
parent d2fbf9e431
commit f926d22267
+8 -3
View File
@@ -3,11 +3,16 @@ services:
image: hurlenko/filebrowser
#user: "${UID}:${GID}"
container_name: filebrowser
ports:
- 8089:8080
#ports:
# - 8089:8080
volumes:
- /srv/docker/filebrowser/DATA_DIR:/data
- /mnt/DMZ_smb_share/FileBrowser:/data
- /srv/docker/filebrowser/CONFIG_DIR:/config
environment:
- FB_BASEURL=/filebrowser
restart: unless-stopped
networks:
default:
external: true
name: nginx