Skip to content

Commit

Permalink
Merge pull request #52 from nickhammond/patch-1
Browse files Browse the repository at this point in the history
Accessories need to be booted before they can be started
  • Loading branch information
djmb authored Mar 5, 2024
2 parents d9e4956 + 3f32e6e commit b3d9762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ The hosts that the accessories will run on can be specified by hosts or roles:
- jobs
```
Now run `kamal accessory start mysql` to start the MySQL server on 1.1.1.3. See `kamal accessory` for all the commands possible.
Now run `kamal accessory boot mysql` to start the MySQL server on 1.1.1.3. See `kamal accessory` for all the commands possible.

Accessory images must be public or tagged in your private registry.

Expand Down

0 comments on commit b3d9762

Please sign in to comment.