Remove unnecessary volume mount (#20945)

This commit is contained in:
Mac Siri 2024-05-10 16:41:43 -04:00 committed by GitHub
parent 3fccdcb507
commit 40804ee02e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 3 deletions

View file

@ -1,4 +1,6 @@
{ {
"rubyLsp.rubyVersionManager": "auto", "rubyLsp.rubyVersionManager": {
"rubyLsp.formatter": "rubocop", "identifier": "auto"
},
"rubyLsp.formatter": "rubocop"
} }

View file

@ -63,7 +63,6 @@ services:
- rails_cache:/workspaces/forem/tmp/cache - rails_cache:/workspaces/forem/tmp/cache
- assets:/workspaces/forem/public/assets - assets:/workspaces/forem/public/assets
- node_modules:/workspaces/forem/node_modules - node_modules:/workspaces/forem/node_modules
- builds:/workspaces/forem/app/assets/builds
- history:/usr/local/hist - history:/usr/local/hist
- ${LOCAL_WORKSPACE_FOLDER:-.}/.dockerdev/.psqlrc:/root/.psqlrc:ro - ${LOCAL_WORKSPACE_FOLDER:-.}/.dockerdev/.psqlrc:/root/.psqlrc:ro
- /var/run/docker.sock:/var/run/docker-host.sock - /var/run/docker.sock:/var/run/docker-host.sock