Sfoglia il codice sorgente

change default uid:gid

Josh Brickner 3 anni fa
parent
commit
1537d3b141
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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