mirror of
https://github.com/ImranR98/selfhostingfromscratch.git
synced 2026-04-24 06:38:36 -04:00
Create server.docker-compose.yaml with Filebrowser app
This commit is contained in:
15
server.docker-compose.yaml
Normal file
15
server.docker-compose.yaml
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
services:
|
||||||
|
|
||||||
|
filebrowser: # https://github.com/filebrowser/filebrowser
|
||||||
|
container_name: filebrowser
|
||||||
|
image: filebrowser/filebrowser
|
||||||
|
restart: unless-stopped
|
||||||
|
user: "1000:1000"
|
||||||
|
volumes:
|
||||||
|
- ./filebrowser_storage:/srv # Create first
|
||||||
|
- filebrowser_db:/database
|
||||||
|
ports:
|
||||||
|
- 8080:80
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
filebrowser_db:
|
||||||
Reference in New Issue
Block a user