Add docker-compose.yml
This commit is contained in:
commit
b0cefee87a
11
docker-compose.yml
Normal file
11
docker-compose.yml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
services:
|
||||||
|
filebrowser:
|
||||||
|
image: filebrowser/filebrowser:latest
|
||||||
|
container_name: filebrowser
|
||||||
|
volumes:
|
||||||
|
- /:/srv
|
||||||
|
- ./filebrowser.db:/database.db
|
||||||
|
- ./filebrowser.json:/filebrowser.json
|
||||||
|
ports:
|
||||||
|
- 8869:80
|
||||||
|
restart: unless-stopped
|
Loading…
x
Reference in New Issue
Block a user