added local content share

This commit is contained in:
2025-05-09 14:31:02 -05:00
parent 99ad26c514
commit 0312501130

14
contentshare/compose.yml Normal file
View File

@@ -0,0 +1,14 @@
services:
contentshare:
image: tanq16/local-content-share:main
container_name: local-content-share
networks:
- reverseproxy
volumes:
- ./data:/app/data # Change as needed
ports:
- 8385:8080
networks:
reverseproxy:
external: true