aboutsummaryrefslogtreecommitdiffstats
path: root/httpserver/docker-compose.yml
diff options
context:
space:
mode:
authormarcinrzepeckiwroc <marcin.rzepecki@nokia.com>2021-01-08 13:03:06 +0100
committerMarcin Rzepecki <marcin.rzepecki@nokia.com>2021-01-08 12:10:12 +0000
commita33615dacc97032e0b6399aee792f5fa424e9283 (patch)
tree06865636e3608f589adbf4429bfc74b6be130baa /httpserver/docker-compose.yml
parent23f606075360a376a8fdb9f7fb1f3505c3100c1a (diff)
Update Pnf simulator version to 1.0.2
Add pom for Http Server Issue-ID: INT-1814 Signed-off-by: marcinrzepeckiwroc <marcin.rzepecki@nokia.com> Change-Id: I86b18a38a4d21c42d4bf321c73ba3d2bbce24742
Diffstat (limited to 'httpserver/docker-compose.yml')
-rw-r--r--httpserver/docker-compose.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/httpserver/docker-compose.yml b/httpserver/docker-compose.yml
index c4479af..db1ee4b 100644
--- a/httpserver/docker-compose.yml
+++ b/httpserver/docker-compose.yml
@@ -2,7 +2,7 @@ version: "2.1"
services:
http-server:
- image: http-server
+ image: onap/org.onap.integration.simulators.httpserver
ports:
- "7080:80"
- "7443:443"