Skip to content

Commit 6c6c87b

Browse files
committed
Hotfix SERVICES env
1 parent 726047b commit 6c6c87b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ COPY docker/start.sh /start.sh
7171

7272
WORKDIR /etc/temporal
7373

74-
ENV SERVICES="--services=history --services=matching --services=frontend --services=worker"
74+
ENV SERVICES="history,matching,frontend,worker"
7575

7676
EXPOSE 6933 6934 6935 6939 7233 7234 7235 7239
7777
ENTRYPOINT ["/docker-entrypoint.sh"]

docker/start-temporal.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ set -ex
44

55
dockerize -template /etc/temporal/config/config_template.yaml:/etc/temporal/config/docker.yaml
66

7-
exec temporal-server --root $TEMPORAL_HOME --env docker start $SERVICES
7+
exec temporal-server --root $TEMPORAL_HOME --env docker start --services=$SERVICES

0 commit comments

Comments
 (0)