Skip to content

Commit a2cfe8d

Browse files
committed
fix: set WAITFORCERT to default of 120 as in the documentation
1 parent b1ebeeb commit a2cfe8d

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)