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

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