diff --git a/nginx.container b/nginx.container index b45603d..15afa4e 100644 --- a/nginx.container +++ b/nginx.container @@ -1,4 +1,3 @@ [Container] Image=docker.io/nginx Pod=vote.pod -PublishPort=80:80 \ No newline at end of file diff --git a/vote.pod b/vote.pod index e69de29..d6e92cd 100644 --- a/vote.pod +++ b/vote.pod @@ -0,0 +1,2 @@ +[Pod] +PublishPort=80:80 \ No newline at end of file