Files

18 lines
389 B
YAML
Raw Permalink Normal View History

2025-09-30 23:37:41 +00:00
services:
filebrowser:
image: hurlenko/filebrowser
#user: "${UID}:${GID}"
container_name: filebrowser
#ports:
# - 8089:8080
2025-09-30 23:37:41 +00:00
volumes:
- /mnt/DMZ_smb_share/FileBrowser:/data
2025-09-30 23:37:41 +00:00
- /srv/docker/filebrowser/CONFIG_DIR:/config
environment:
- FB_BASEURL=/filebrowser
restart: unless-stopped
networks:
default:
external: true
name: nginx