Skip to content

Commit

Permalink
Merge pull request #16053 from brlin-tw/patch-1
Browse files Browse the repository at this point in the history
Fixed #16054: fix incorrect compose service name in the APP_KEY generation command of the Docker env file
  • Loading branch information
snipe authored Jan 13, 2025
2 parents 4790ad5 + c08a4a2 commit 0cc7a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env.docker
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ APP_PORT=8000
# --------------------------------------------
APP_ENV=production
APP_DEBUG=false
# Please regenerate the APP_KEY value by calling `docker compose run --rm snipeit php artisan key:generate --show`. Copy paste the value here
# Please regenerate the APP_KEY value by calling `docker compose run --rm app php artisan key:generate --show`. Copy paste the value here
APP_KEY=base64:3ilviXqB9u6DX1NRcyWGJ+sjySF+H18CPDGb3+IVwMQ=
APP_URL=http://localhost:8000
# https://en.wikipedia.org/wiki/List_of_tz_database_time_zones - TZ identifier
Expand Down

0 comments on commit 0cc7a70

Please sign in to comment.