refactor: moby false

This commit is contained in:
Danny Avila 2024-07-09 15:35:14 -04:00
parent a950f57ee6
commit 0cab0437ad
No known key found for this signature in database
GPG key ID: 2DD9CC89B9B50364
3 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,4 @@
# .devcontainer/Dockerfile
FROM node:18-bullseye
ARG INSTALL_DOCKER="false"

View file

@ -11,7 +11,7 @@
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {
"version": "latest",
"moby": true,
"moby": false,
"dockerDashComposeVersion": "v2"
}
},

View file

@ -1,3 +1,5 @@
# .devcontainer/docker-compose.yml
version: "3.8"
services: