Version 1
This commit is contained in:
@@ -0,0 +1,18 @@
|
|||||||
|
version: "3.8"
|
||||||
|
|
||||||
|
services:
|
||||||
|
filebrowser:
|
||||||
|
image: filebrowser/filebrowser:latest
|
||||||
|
container_name: filebrowser
|
||||||
|
restart: unless-stopped
|
||||||
|
ports:
|
||||||
|
- "8085:80"
|
||||||
|
environment:
|
||||||
|
- PUID=99
|
||||||
|
- PGID=100
|
||||||
|
volumes:
|
||||||
|
- /mnt/user:/srv
|
||||||
|
- /mnt/user/appdata/filebrowser/database:/database
|
||||||
|
- /mnt/user/appdata/filebrowser/config:/config
|
||||||
|
command: ["--database", "/database/filebrowser.db"]
|
||||||
|
network_mode: bridge
|
||||||
Reference in New Issue
Block a user