removed memos folder, added local content share for testing
This commit is contained in:
14
local-content-share/compose.yml
Normal file
14
local-content-share/compose.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
services:
|
||||
contentshare:
|
||||
image: tanq16/local-content-share:main
|
||||
container_name: local-content-share
|
||||
networks:
|
||||
- reverseproxy
|
||||
ports:
|
||||
- 8580:8080
|
||||
volumes:
|
||||
- ./lcshare:/app/data
|
||||
|
||||
networks:
|
||||
reverseproxy:
|
||||
external: true
|
||||
Reference in New Issue
Block a user