Skip to content

Commit

Permalink
tweaked docker run command to pull beforehand
Browse files Browse the repository at this point in the history
  • Loading branch information
nextguyover committed Aug 8, 2024
1 parent aa48168 commit 6275b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quick-start/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ You will also require SMTP credentials from an email provider. This is a mandato
Run the following command to download and start the Confab Docker container.

```bash
docker run --name confab -v confab-db:/confab/Database -v confab-config:/confab-config -p 2632:2632 nextguyover/confab:latest
docker run --name confab -v confab-db:/confab/Database -v confab-config:/confab-config -p 2632:2632 --pull=always nextguyover/confab:latest
```

=== "Auto-install Script (Bare Metal)"
Expand Down

0 comments on commit 6275b95

Please sign in to comment.