Selaa lähdekoodia

change default uid:gid

Josh Brickner 3 vuotta sitten
vanhempi
sitoutus
1537d3b141
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      docker-compose.yml

+ 1 - 1
docker-compose.yml

@@ -23,7 +23,7 @@ services:
       - "copilot:/home/${DEVENV_USER}/.config/github-copilot"
     extra_hosts:
       - "host.docker.internal:host-gateway"
-    user: "${DEVENV_USER}"
+    user: 1000:1000
     ports:
       - 9003:9003
     stdin_open: true