(devcontainers): update devcontainer file to work with rootless podman.

This commit is contained in:
Eduard Tolosa 2025-02-19 09:02:28 +00:00
parent 4e14d89e9c
commit 7d5e683577

View file

@ -25,5 +25,7 @@
"mhutchie.git-graph" "mhutchie.git-graph"
] ]
} }
} },
"runArgs": ["--restart=always", "--name=Jekyll-blog"],
"remoteUser": "root"
} }