You've already forked simplefilehub
add docker compose
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
services:
|
||||
app:
|
||||
image: ghcr.io/br0kenpixel/simplefilehub:latest
|
||||
ports:
|
||||
- "8501:8501"
|
||||
volumes:
|
||||
- ./storage:/app/storage
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user