File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '3.5'
2
2
services :
3
3
simplevm-client :
4
4
container_name : simplevm-client
5
- image : denbicloud/simplevm-client:${CLOUD_PORTAL_CLIENT_TAG}
5
+ image : quay.io/ denbicloud/simplevm-client:${CLOUD_PORTAL_CLIENT_TAG}
6
6
ports :
7
7
- ${CLIENT_PORT}:9090
8
8
env_file :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '3.5'
2
2
services :
3
3
simplevm-client :
4
4
container_name : simplevm-client
5
- image : denbicloud/simplevm-client:${CLOUD_PORTAL_CLIENT_TAG}
5
+ image : quay.io/ denbicloud/simplevm-client:${CLOUD_PORTAL_CLIENT_TAG}
6
6
ports :
7
7
- ${CLIENT_PORT}:9090
8
8
env_file :
Original file line number Diff line number Diff line change 74
74
images_filter :
75
75
dangling : false
76
76
networks : yes
77
+
78
+ - name : " Ensure the user {{ ansible_user }} is part of the docker group"
79
+ user :
80
+ name : " {{ ansible_user }}"
81
+ groups : docker
82
+ append : yes
83
+ tags : always
You can’t perform that action at this time.
0 commit comments