mirror of
https://github.com/ershisan99/DevToysWeb.git
synced 2025-12-18 12:32:55 +00:00
chore(dev): remove unnecessary bind mount of docker.sock
This commit is contained in:
@@ -5,6 +5,4 @@ services:
|
|||||||
image: xxx/dev-toys-web-dev:1.0.0
|
image: xxx/dev-toys-web-dev:1.0.0
|
||||||
build:
|
build:
|
||||||
context: .devcontainer
|
context: .devcontainer
|
||||||
volumes:
|
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
|
||||||
command: sleep infinity
|
command: sleep infinity
|
||||||
|
|||||||
Reference in New Issue
Block a user