Skip to content

Commit

Permalink
Merge pull request #4218 from reasonerjt/remove-extra-host
Browse files Browse the repository at this point in the history
Remove extra-hosts from docker-compose template
  • Loading branch information
Daniel Jiang committed Feb 5, 2018
2 parents dcf16a8 + 0725118 commit d4f49fe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions make/docker-compose.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ services:
- /data/secretkey:/etc/ui/key:z
- /data/ca_download/:/etc/ui/ca/:z
- /data/psc/:/etc/ui/token/:z
extra_hosts:
- "PKS_UAA_HOST:127.0.0.1"
networks:
- harbor
depends_on:
Expand Down

0 comments on commit d4f49fe

Please sign in to comment.