migrate to compose-projects folder and init repo
This commit is contained in:
15
filebrowser/docker-compose.yml
Normal file
15
filebrowser/docker-compose.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
services:
|
||||
filebrowser:
|
||||
image: filebrowser/filebrowser
|
||||
container_name: filebrowser
|
||||
user: "1000:1002"
|
||||
ports:
|
||||
- 8686:80
|
||||
volumes:
|
||||
- /mnt/christoph:/srv/christoph
|
||||
- /mnt/Public:/srv/Public
|
||||
- ./database.db:/database.db
|
||||
- ./settings.json:/.settings.json
|
||||
- ./branding:/branding
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user