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 ddd0c39 commit e7fd8b4Copy full SHA for e7fd8b4
packages/documentation/docs/user-guide/installation/installing-sofie-server-core.md
@@ -76,7 +76,7 @@ services:
76
environment:
77
DEVICE_ID: liveStatusGateway
78
CORE_HOST: core
79
- CORE_PORT: "3000"
+ CORE_PORT: '3000'
80
networks:
81
- sofie
82
- lan_access
@@ -89,7 +89,7 @@ services:
89
90
DEVICE_ID: packageManager
91
92
93
PACKAGE_MANAGER_URL: ws://package-manager:8060
94
WORKFORCE_URL: ws://package-manager-workforce:8070
95
0 commit comments