Skip to content

Commit

Permalink
Update container.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
usrbinkat authored Mar 20, 2021
1 parent 3e674d7 commit 70fbb90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/nginx/tasks/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
pod: "cloudctl"
state: "started"
recreate: "true"
image: "{{ upstream_registry }}/cloudctl/nginx:latest"
image: "{{ upstream_registry }}/cloudctl/nginx"
volume:
- "{{ dir_platform }}/nginx:/var/www/html:z"
- "{{ dir_platform }}/nginx/nginx.conf:/etc/nginx/nginx.conf:z"
Expand Down

0 comments on commit 70fbb90

Please sign in to comment.