Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed #16054: fix incorrect compose service name in the APP_KEY gener…
…ation 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. Fixes #16054. Refer-to: APP_KEY | Docker | Snipe-IT documentation <https://snipe-it.readme.io/docs/docker#app_key> Signed-off-by: Buo-ren Lin (OSSII) <[email protected]>
- Loading branch information