Skip to content

Commit 1bb7286

Browse files
authored
Merge pull request #37 from OpenVoxProject/36-bug-mismatch-between-documented-default-value-and-actual-default-value
fix: set WAITFORCERT to default of 120 as in the documentation
2 parents b1ebeeb + a2cfe8d commit 1bb7286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openvoxdb/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ ENV \
4646
OPENVOXDB_WAITFORHOST_SECONDS=30 \
4747
OPENVOXDB_WAITFORPOSTGRES_SECONDS=60 \
4848
USE_OPENVOXSERVER=true \
49-
WAITFORCERT=""
49+
WAITFORCERT="120"
5050

5151
ADD ssl.sh \
5252
wtfc.sh \

0 commit comments

Comments
 (0)