Skip to content
Snippets Groups Projects
Unverified Commit 7a3c6bb8 authored by Matt Williams's avatar Matt Williams Committed by GitHub
Browse files

Dont use reserved foldername (#20582)


Co-authored-by: default avatarEffy Elden <effy@effy.space>
parent c761e7a5
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
"name": "Mastodon",
"dockerComposeFile": "docker-compose.yml",
"service": "app",
"workspaceFolder": "/workspaces/mastodon",
"workspaceFolder": "/mastodon",
// Set *default* container specific settings.json values on container create.
"settings": {},
......
......@@ -13,7 +13,7 @@ services:
# Optional Node.js version to install
NODE_VERSION: '16'
volumes:
- ..:/workspaces/mastodon:cached
- ..:/mastodon:cached
environment:
RAILS_ENV: development
NODE_ENV: development
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment