Skip to content

Commit 2b3e502

Browse files
committed
chore: update "Quick install" / Installing Sofie Server Core page
1 parent 3e93a5f commit 2b3e502

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ version: '3.3'
2222
services:
2323
db:
2424
hostname: mongo
25-
image: mongo:4.2.18
25+
image: mongo:4.4
2626
restart: always
2727
entrypoint: ['/usr/bin/mongod', '--replSet', 'rs0', '--bind_ip_all']
2828
# the healthcheck avoids the need to initiate the replica set
@@ -39,7 +39,7 @@ services:
3939

4040
core:
4141
hostname: core
42-
image: sofietv/tv-automation-server-core:release37
42+
image: sofietv/tv-automation-server-core:release51
4343
restart: always
4444
ports:
4545
- '3000:3000' # Same port as meteor uses by default
@@ -57,7 +57,7 @@ services:
5757
- db
5858

5959
playout-gateway:
60-
image: sofietv/tv-automation-playout-gateway:release37
60+
image: sofietv/tv-automation-playout-gateway:release51
6161
restart: always
6262
command: yarn start -host core -port 3000 -id playoutGateway0
6363
networks:
@@ -80,7 +80,7 @@ services:
8080
# - core
8181

8282
# mos-gateway:
83-
# image: sofietv/tv-automation-mos-gateway:release37
83+
# image: sofietv/tv-automation-mos-gateway:release51
8484
# restart: always
8585
# ports:
8686
# - "10540:10540" # MOS Lower port

0 commit comments

Comments
 (0)