Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong APP_KEY generation command in the Docker environment file #16054

Closed
brlin-tw opened this issue Jan 10, 2025 · 1 comment
Closed

Wrong APP_KEY generation command in the Docker environment file #16054

brlin-tw opened this issue Jan 10, 2025 · 1 comment

Comments

@brlin-tw
Copy link
Contributor

The following comment line in the Docker environment file:

https://github.com/snipe/snipe-it/blob/master/.env.docker#L12

has a Docker Compose command that referenced an inexistent snipeit service name, which leads to the following error when attempting to run it:

$ docker compose run --rm snipeit php artisan key:generate --show
no such service: snipeit
Copy link

welcome bot commented Jan 10, 2025

👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.

snipe added a commit that referenced this issue Jan 13, 2025
Fixed #16054: fix incorrect compose service name in the APP_KEY generation command of the Docker env file
@snipe snipe closed this as completed in c08a4a2 Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant