mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-31 07:38:52 +01:00
refactor: moby false
This commit is contained in:
parent
a950f57ee6
commit
0cab0437ad
3 changed files with 4 additions and 1 deletions
|
|
@ -1,3 +1,4 @@
|
|||
# .devcontainer/Dockerfile
|
||||
FROM node:18-bullseye
|
||||
|
||||
ARG INSTALL_DOCKER="false"
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
"features": {
|
||||
"ghcr.io/devcontainers/features/docker-in-docker:2": {
|
||||
"version": "latest",
|
||||
"moby": true,
|
||||
"moby": false,
|
||||
"dockerDashComposeVersion": "v2"
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# .devcontainer/docker-compose.yml
|
||||
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue