Skip to content

Commit

Permalink
Bugfix: default admin port is 6060 (prebid#1595)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfroehlich authored and shunj-nb committed Nov 8, 2022
1 parent 6163bf8 commit 1122de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ RUN apt-get update && \
apt-get install -y tcpdump && \
apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
EXPOSE 8000
EXPOSE 8080
EXPOSE 6060
ENTRYPOINT ["/usr/local/bin/prebid-server"]
CMD ["-v", "1", "-logtostderr"]

0 comments on commit 1122de0

Please sign in to comment.