docs: remove the -it option

This commit is contained in:
ttionya
2025-01-16 11:15:35 +08:00
parent 9631902b92
commit 2b8f41346b
+1 -1
View File
@@ -4,7 +4,7 @@ Sometimes, it's necessary to manually trigger backup actions.
This can be useful when other programs are used to consistently schedule tasks or to verify that environment variables are properly configured.
If your container is already running (with the container name vaultwarden_backup) and you want to execute an adhoc backup you can do so with the command ```docker exec -it vaultwarden_backup /app/backup.sh```
If your container is already running (with the container name `vaultwarden_backup`) and you want to execute an adhoc backup you can do so with the command `docker exec vaultwarden_backup bash /app/backup.sh`.
<br>