(post-update): From Docker to Podman: full migration to rootless.

Clarify the network section.
This commit is contained in:
Eduard Tolosa 2025-02-21 20:00:23 +00:00
parent 590e2b7467
commit cc04d2c6b4
2 changed files with 12 additions and 5 deletions

View file

@ -26,6 +26,10 @@
]
}
},
"runArgs": ["--restart=always", "--name=Jekyll-blog"],
"runArgs": [
"--network=development",
"--restart=always",
"--name=Jekyll-blog"
],
"remoteUser": "root"
}