We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c16a74f commit 227da55Copy full SHA for 227da55
1 file changed
README.md
@@ -126,9 +126,9 @@ podman pod create sync_bot
126
127
podman run --pod sync_bot --name server -itd --env-file .env \
128
-v /path/to/data:/app/data server
129
-podman run --pod sync_bot --name bot -itd --env-file .env --stop-signal SIGINT. \
130
- -v /path/to/data:/app/data. \
131
- bot:0.X.0. \
+podman run --pod sync_bot --name bot -itd --env-file .env --stop-signal SIGINT \
+ -v /path/to/data:/app/data \
+ bot:0.X.0 \
132
run -d /app/data -l http://server:8081
133
```
134
0 commit comments