1
0
Files
simplefilehub/docker-compose.yml
T
2026-04-28 20:22:52 +02:00

9 lines
172 B
YAML

services:
app:
image: ghcr.io/br0kenpixel/simplefilehub:latest
ports:
- "8501:8501"
volumes:
- ./storage:/app/storage
restart: unless-stopped