mirror of
https://github.com/ImranR98/selfhostingfromscratch.git
synced 2026-04-24 06:38:36 -04:00
15 lines
382 B
YAML
15 lines
382 B
YAML
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: |