touch filebrowser.dbservices:
filebrowser:
image: filebrowser/filebrowser
container_name: filebrowser
restart: unless-stopped
ports:
- "8080:80"
volumes:
- ./data:/srv
- ./branding:/branding
- ./filebrowser.db:/database.dbdocker-compose up -dGo to http://localhost:8080 and login with user: admin, pass: admin.