We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6464ad8 commit ab6d61cCopy full SHA for ab6d61c
1 file changed
deploy/container/compose.yaml
@@ -13,7 +13,7 @@ services:
13
platforms:
14
- linux/amd64
15
- linux/arm64
16
- image: ${IMAGE_PREFIX}/client:${VERSION:-latest}
+ image: ${IMAGE_PREFIX}:client-${VERSION:-latest}
17
server:
18
build:
19
context: '../..'
@@ -27,4 +27,4 @@ services:
27
28
29
30
- image: ${IMAGE_PREFIX}/server:${VERSION:-latest}
+ image: ${IMAGE_PREFIX}:server-${VERSION:-latest}
0 commit comments