We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ca7321 commit fe1138cCopy full SHA for fe1138c
scripts/update.sh
@@ -2,4 +2,4 @@
2
3
# this is a manual scipt while i build some CD
4
podman pull docker.io/fogapod/pink
5
-podman run --replace --name pink-bot --restart always -v ${PWD}/settings.toml:/code/settings.toml --hostname pink_prod --network host -d docker.io/fogapod/pink
+podman run --replace --name pink-bot --restart always -v ${PWD}/settings.toml:/code/settings.toml -v pink_bot_db:/code/pink.db --hostname pink_prod --network host -d docker.io/fogapod/pink
0 commit comments