We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cea0353 commit cbc412aCopy full SHA for cbc412a
packages/documentation/docs/user-guide/installation/installing-sofie-server-core.md
@@ -71,12 +71,15 @@ services:
71
live-status-gateway:
72
image: sofietv/tv-automation-live-status-gateway:release53
73
restart: always
74
+ ports:
75
+ - '8080:8080'
76
environment:
77
DEVICE_ID: liveStatusGateway
78
CORE_HOST: core
79
CORE_PORT: "3000"
80
networks:
81
- sofie
82
+ - lan_access
83
depends_on:
84
- core
85
@@ -99,7 +102,7 @@ services:
99
102
image: sofietv/package-manager-http-server:latest
100
103
101
104
ports:
- - '8080:8080'
105
+ - '8081:8080'
106
107
HTTP_SERVER_BASE_PATH: /mnt/package-manager-store
108
0 commit comments