Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix incorrect compose service name in the APP_KEY generation command …
…of the Docker env file This resolves the following error: ``` $ docker compose run --rm snipe-it php artisan key:generate --show no such service: snipe-it ``` and is also how it is done in the documentation. Refer-to: APP_KEY | Docker | Snipe-IT documentation <https://snipe-it.readme.io/docs/docker#app_key>
- Loading branch information