split compose file
This commit is contained in:
11
docker-compose.filebrowser.yml
Normal file
11
docker-compose.filebrowser.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
services:
|
||||
filebrowser:
|
||||
container_name: filebrowser
|
||||
image: filebrowser/filebrowser:v2.21.1
|
||||
ports:
|
||||
- 8001:80
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /opt/filebrowser/.filebrowser.json:/.filebrowser.json
|
||||
- /opt/filebrowser/database.db:/database.db
|
||||
- /media:/host/media
|
||||
Reference in New Issue
Block a user