We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cf82f6 commit c970076Copy full SHA for c970076
1 file changed
README.md
@@ -9,8 +9,8 @@
9
podman build -t lechebot .
10
# pour usage rapide:
11
# --rm le docker est supr au moment de le stop
12
-podman run -d --rm --volume ./data:/lechebot/data lechebot
13
-podman run -it --rm --volume ./data:/lechebot/data lechebot bash # run bash to manually start lechbot and choose comand line options
+podman run --name lechebot -d --rm --volume ./data:/lechebot/data lechebot
+podman run -it --rm --volume ./data:/lechebot/data lechebot bash # run bash to manually start lechbot and choose comand line options
14
```
15
16
## data
0 commit comments