diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2017-05-12 10:08:40 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2017-05-12 10:08:46 -0400 |
commit | 5e1f8a706d0f4e2fbb4a0b857e5b40659f97af94 (patch) | |
tree | eb20c1f8f7474d132b40217d3cbcb644416f4a67 | |
parent | 76e9efbc6b836490e2166710be348f01e64011a2 (diff) |
[POLICY-13] remove hardcode IP
Change-Id: Ie86aca771ba7a26a502515a1d741130ce969a6d2
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-rw-r--r-- | docker-compose.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index 700807ed..def938ab 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -34,7 +34,7 @@ services: - pap hostname: pdp ports: - - "10.0.6.1:8081:8081" + - "8081:8081" command: pdp volumes: - ./config/pe:/tmp/policy-install/config |