Skip to content

Commit 04916f1

Browse files
committed
chore: update image versions in docker-compose docs
1 parent 120ff25 commit 04916f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ services:
3939

4040
core:
4141
hostname: core
42-
image: sofietv/tv-automation-server-core:release51
42+
image: sofietv/tv-automation-server-core:release52
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:release51
60+
image: sofietv/tv-automation-playout-gateway:release52
6161
restart: always
6262
environment:
6363
DEVICE_ID: playoutGateway0
@@ -86,7 +86,7 @@ services:
8686
# - core
8787

8888
# mos-gateway:
89-
# image: sofietv/tv-automation-mos-gateway:release51
89+
# image: sofietv/tv-automation-mos-gateway:release52
9090
# restart: always
9191
# ports:
9292
# - "10540:10540" # MOS Lower port

0 commit comments

Comments
 (0)