Dont use reserved foldername (#20582)

Co-authored-by: Effy Elden <effy@effy.space>
This commit is contained in:
Matt Williams 2022-12-15 17:49:43 +00:00 committed by GitHub
parent c761e7a5ef
commit 7a3c6bb888
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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": {},

View File

@ -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