diff --git a/contentshare/compose.yml b/contentshare/compose.yml new file mode 100644 index 0000000..ec86afa --- /dev/null +++ b/contentshare/compose.yml @@ -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 \ No newline at end of file