From 14a31bf8365d606fe920dc265e4a07c95189e3ed Mon Sep 17 00:00:00 2001 From: tarek369 Date: Sat, 18 Apr 2020 20:20:25 +0200 Subject: [PATCH] fix coder --- roles/coder/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/coder/tasks/main.yml b/roles/coder/tasks/main.yml index c6c40ae8d..386ff1e92 100644 --- a/roles/coder/tasks/main.yml +++ b/roles/coder/tasks/main.yml @@ -31,6 +31,7 @@ name: coder image: "codercom/code-server" pull: yes + user: "{{ uid }}:{{ gid }}" published_ports: - "127.0.0.1:8143:8080" env: @@ -47,7 +48,6 @@ - "/mnt:/mnt" - "/opt:/host_opt" - "/home/{{ user.name }}:/home/coder/host" - command: "--allow-http" labels: "com.github.cloudbox.cloudbox_managed": "true" networks: