added local content share
This commit is contained in:
14
contentshare/compose.yml
Normal file
14
contentshare/compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user