Skip to content

Commit db8953c

Browse files
authored
Update Dockerfile
1 parent 636b978 commit db8953c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build/Dockerfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ LABEL app=broker
3535
LABEL name=stallion
3636
LABEL type=cluster
3737

38-
ENV ST_SERVER_PORT
39-
ENV ST_METRICS_PORT
40-
ENV ST_USER
41-
ENV ST_PASSWORD
38+
ENV ST_SERVER_PORT=7025
39+
ENV ST_METRICS_PORT=7026
40+
ENV ST_USER=""
41+
ENV ST_PASSWORD=""
4242

4343
# root work directory
4444
WORKDIR /

0 commit comments

Comments
 (0)