diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 3e29b23..79089fd 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -8,7 +8,9 @@ }, "runArgs": [ "-p", - "8181:8191" + "8181:8191", + "--cap-add", + "SYS_ADMIN" ], "customizations": { "vscode": {