Skip to content

Commit

Permalink
update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
oplik0 authored Nov 11, 2024
1 parent a4dfa70 commit 867f308
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
# Update 'VARIANT' to pick an LTS version of Node.js: 16, 14, 12.
# Append -bullseye or -buster to pin to an OS version.
# Use -bullseye variants on local arm64/Apple Silicon.
VARIANT: 16-buster
VARIANT: 20-bullseye
volumes:
- ..:/workspace:cached
# Runs app on the same network as the database container, allows "forwardPorts" in devcontainer.json function.
Expand Down Expand Up @@ -42,4 +42,4 @@ services:
network_mode: service:mongodb
volumes:
mongodb-data:
meili-data:
meili-data:

0 comments on commit 867f308

Please sign in to comment.