disable home-gallery public port
This commit is contained in:
parent
a0ac762cec
commit
8f99b81537
1 changed files with 0 additions and 2 deletions
|
@ -113,8 +113,6 @@ services:
|
||||||
- "./config/archive/gallery.config.yml:/data/config/gallery.config.yml"
|
- "./config/archive/gallery.config.yml:/data/config/gallery.config.yml"
|
||||||
- "./data/archive:/data"
|
- "./data/archive:/data"
|
||||||
- "./data/recorder/vod:/data/vod:ro"
|
- "./data/recorder/vod:/data/vod:ro"
|
||||||
ports:
|
|
||||||
- "3000:3000"
|
|
||||||
#user: "${CURRENT_USER}"
|
#user: "${CURRENT_USER}"
|
||||||
entrypoint: ['node', '/app/gallery.js']
|
entrypoint: ['node', '/app/gallery.js']
|
||||||
command: ['run', 'server']
|
command: ['run', 'server']
|
||||||
|
|
Loading…
Reference in a new issue