mirror of
https://github.com/acedanger/docker.git
synced 2025-12-05 21:40:12 -08:00
add filebrowser service configuration to docker-compose
This commit is contained in:
14
filebrowser/compose.yaml
Normal file
14
filebrowser/compose.yaml
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
services:
|
||||||
|
filebrowser:
|
||||||
|
image: filebrowser/filebrowser:latest
|
||||||
|
container_name: filebrowser
|
||||||
|
restart: unless-stopped
|
||||||
|
volumes:
|
||||||
|
- /mnt/share/media/tv:/srv
|
||||||
|
- ./database.db:/database.db
|
||||||
|
environment:
|
||||||
|
- PUID=1000
|
||||||
|
- PGID=1000
|
||||||
|
ports:
|
||||||
|
- 8212:80
|
||||||
|
networks: {}
|
||||||
Reference in New Issue
Block a user