Skip to content

Commit 120ff25

Browse files
committed
chore: update example docker-compose
1 parent 3f35590 commit 120ff25

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

packages/documentation/docs/user-guide/installation/installing-sofie-server-core.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,10 @@ services:
7676
# spreadsheet-gateway:
7777
# image: superflytv/sofie-spreadsheet-gateway:latest
7878
# restart: always
79-
# command: yarn start -host core -port 3000 -id spreadsheetGateway0
79+
# environment:
80+
# DEVICE_ID: spreadsheetGateway0
81+
# CORE_HOST: core
82+
# CORE_PORT: '3000'
8083
# networks:
8184
# - sofie
8285
# depends_on:
@@ -89,7 +92,10 @@ services:
8992
# - "10540:10540" # MOS Lower port
9093
# - "10541:10541" # MOS Upper port
9194
# # - "10542:10542" # MOS query port - not used
92-
# command: yarn start -host core -port 3000 -id mosGateway0
95+
# environment:
96+
# DEVICE_ID: mosGateway0
97+
# CORE_HOST: core
98+
# CORE_PORT: '3000'
9399
# networks:
94100
# - sofie
95101
# depends_on:

0 commit comments

Comments
 (0)