Skip to content
This repository has been archived by the owner on Feb 1, 2020. It is now read-only.

Commit

Permalink
export dns endpoint over tcp
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexei Guevara committed Apr 8, 2015
1 parent 51a5c73 commit 11b2bf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ADD ./start /bin/start
ADD ./check-http /bin/check-http
ADD ./check-cmd /bin/check-cmd

EXPOSE 8300 8301 8301/udp 8302 8302/udp 8400 8500 53/udp
EXPOSE 8300 8301 8301/udp 8302 8302/udp 8400 8500 53 53/udp
VOLUME ["/data"]

ENV SHELL /bin/bash
Expand Down
1 change: 1 addition & 0 deletions start
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ eval docker run --name consul -h \$HOSTNAME \
-p $external_ip:8302:8302/udp \
-p $external_ip:8400:8400 \
-p $external_ip:8500:8500 \
-p $bridge_ip:53:53 \
-p $bridge_ip:53:53/udp \
$args \
$IMAGE $server_flag -advertise $external_ip $run_mode
Expand Down

0 comments on commit 11b2bf5

Please sign in to comment.