Skip to content

Commit 3690f0a

Browse files
authored
Add COUNTLY_CONFIG_API_JOBSERVER_HOST to Dockerfile
1 parent 133fd3d commit 3690f0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile-core

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ ENV COUNTLY_CONTAINER="both" \
1818
COUNTLY_CONFIG_API_API_HOST="0.0.0.0" \
1919
COUNTLY_CONFIG_FRONTEND_WEB_HOST="0.0.0.0" \
2020
COUNTLY_CONFIG_API_INGESTOR_HOST="0.0.0.0" \
21+
COUNTLY_CONFIG_API_JOBSERVER_HOST="0.0.0.0" \
2122
NODE_OPTIONS="--max-old-space-size=2048"
2223

2324
EXPOSE 80

0 commit comments

Comments
 (0)