Skip to content

Commit ecc0e87

Browse files
committed
Defaults only inside entrypoint.sh for consistency
1 parent 778e68d commit ecc0e87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ services:
234234
- "S3_ACCESS_KEY=${S3_ACCESS_KEY}"
235235
- "S3_SECRET_KEY=${S3_SECRET_KEY}"
236236
# stunnel settings
237-
- "STUNNEL=${STUNNEL:-false}"
237+
- "STUNNEL=${STUNNEL}"
238238
- "STUNNEL_CONFIG=${STUNNEL_CONFIG}"
239239
# supervisor settings
240240
- "SUPERVISOR_HOST=${SUPERVISOR_HOST}"

0 commit comments

Comments
 (0)