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