diff --git a/roles/glance-controller/templates/glance.service b/roles/glance-controller/templates/glance.service index 2aaac81..6caf7aa 100644 --- a/roles/glance-controller/templates/glance.service +++ b/roles/glance-controller/templates/glance.service @@ -9,6 +9,7 @@ Restart=always ExecStartPre=-/usr/bin/docker rm -f %n ExecStart=/usr/bin/docker run --name %n \ {{ env_vars | replace('\n', '') }} \ + -p 9292:9292 \ {{ docker_image }} [Install]