Skip to content
This repository was archived by the owner on Dec 17, 2019. It is now read-only.

Commit 1e0c5da

Browse files
committed
Merge pull request #5 from jderusse/use-default-boulder-port
Use default boulder callback port for BC
2 parents d20f02e + fa5cefb commit 1e0c5da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ RUN GOBIN=/go/src/github.com/letsencrypt/boulder/bin go install ./...
4040
ENV BOULDER_MYSQL_PORT=43306
4141
ENV BOULDER_AMQP_PORT=45672
4242
ENV BOULDER_PORT=4000
43-
ENV BOULDER_CALLBACK_PORT=8000
43+
ENV BOULDER_CALLBACK_PORT=5002
4444

4545
COPY config/rate-limit-policies.yml /go/src/github.com/letsencrypt/boulder/test
4646
COPY bin/entrypoint.sh /usr/bin

0 commit comments

Comments
 (0)