瀏覽代碼

Add static volume for copilot

josh 3 年之前
父節點
當前提交
736ad9734b
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      docker-compose.yml

+ 5 - 0
docker-compose.yml

@@ -16,5 +16,10 @@ services:
     volumes:
       - ${DEVENV_MOUNT_PATH}:/home/${DEVENV_USER}/host
       - ./dotfiles:/home/${DEVENV_USER}/all_dotfiles
+      - copilot:/home/${DEVENV_USER}/.config/github-copilot
     extra_hosts:
       - "host.docker.internal:host-gateway"
+    user: "${DEVENV_USER}"
+volumes:
+  copilot:
+