Remove unnecessary volume mount (#20945)
This commit is contained in:
parent
3fccdcb507
commit
40804ee02e
2 changed files with 4 additions and 3 deletions
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"rubyLsp.rubyVersionManager": "auto",
|
||||
"rubyLsp.formatter": "rubocop",
|
||||
"rubyLsp.rubyVersionManager": {
|
||||
"identifier": "auto"
|
||||
},
|
||||
"rubyLsp.formatter": "rubocop"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -63,7 +63,6 @@ services:
|
|||
- rails_cache:/workspaces/forem/tmp/cache
|
||||
- assets:/workspaces/forem/public/assets
|
||||
- node_modules:/workspaces/forem/node_modules
|
||||
- builds:/workspaces/forem/app/assets/builds
|
||||
- history:/usr/local/hist
|
||||
- ${LOCAL_WORKSPACE_FOLDER:-.}/.dockerdev/.psqlrc:/root/.psqlrc:ro
|
||||
- /var/run/docker.sock:/var/run/docker-host.sock
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue