We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a009d19 commit 98be010Copy full SHA for 98be010
1 file changed
docker-compose.yml
@@ -1,8 +1,8 @@
1
x-defaults: &defaults
2
restart: unless-stopped
3
environment:
4
- - NUM_WORKERS=${NUM_WORKERS:=1}
5
- - CALLBACK_SERVER=${CALLBACK_SERVER:=""}
+ - NUM_WORKERS=${NUM_WORKERS:-1}
+ - CALLBACK_SERVER=${CALLBACK_SERVER:-""}
6
deploy:
7
resources:
8
limits:
0 commit comments