disable home-gallery public port

This commit is contained in:
deflax 2024-01-02 22:42:14 +00:00
parent a0ac762cec
commit 8f99b81537

View file

@ -113,8 +113,6 @@ services:
- "./config/archive/gallery.config.yml:/data/config/gallery.config.yml"
- "./data/archive:/data"
- "./data/recorder/vod:/data/vod:ro"
ports:
- "3000:3000"
#user: "${CURRENT_USER}"
entrypoint: ['node', '/app/gallery.js']
command: ['run', 'server']