Skip to content

Commit 227da55

Browse files
authored
Update README.md
1 parent c16a74f commit 227da55

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@ podman pod create sync_bot
126126

127127
podman run --pod sync_bot --name server -itd --env-file .env \
128128
-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. \
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 \
132132
run -d /app/data -l http://server:8081
133133
```
134134

0 commit comments

Comments
 (0)