Skip to content

Commit c970076

Browse files
author
lagaffe
committed
readme
1 parent 0cf82f6 commit c970076

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
podman build -t lechebot .
1010
# pour usage rapide:
1111
# --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
12+
podman run --name lechebot -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
1414
```
1515

1616
## data

0 commit comments

Comments
 (0)