Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
Bind on specific IP to support VMWare (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
tecnobrat authored Jan 19, 2018
1 parent 6798396 commit fffe608
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ services:
REGISTRY_CONSUL_ADDR: "consul:8500"
REGISTRY_CONSUL_REGISTER_TAGS: "urlprefix-fabio.*/,urlprefix-dev.*/"
ports:
- "80:80"
- "443:443"
- "${TUGBOAT_IP:-192.168.65.2}:80:80"
- "${TUGBOAT_IP:-192.168.65.2}:443:443"
restart: always
depends_on:
- consul

0 comments on commit fffe608

Please sign in to comment.