1
0

add docker compose

This commit is contained in:
2026-04-28 20:22:52 +02:00
parent 7497e7a294
commit 0922c15768
+8
View File
@@ -0,0 +1,8 @@
services:
app:
image: ghcr.io/br0kenpixel/simplefilehub:latest
ports:
- "8501:8501"
volumes:
- ./storage:/app/storage
restart: unless-stopped