mirror of
https://github.com/edu4rdshl/edu4rdshl.github.io.git
synced 2026-07-17 23:24:49 +00:00
(post-update): From Docker to Podman: full migration to rootless.
Clarify the network section.
This commit is contained in:
parent
590e2b7467
commit
cc04d2c6b4
2 changed files with 12 additions and 5 deletions
|
|
@ -26,6 +26,10 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"runArgs": ["--restart=always", "--name=Jekyll-blog"],
|
||||
"runArgs": [
|
||||
"--network=development",
|
||||
"--restart=always",
|
||||
"--name=Jekyll-blog"
|
||||
],
|
||||
"remoteUser": "root"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue