mirror of
https://github.com/getsentry/self-hosted.git
synced 2025-12-08 19:46:14 +00:00
docs: include regular env file on wrap-up (#3523)
This commit is contained in:
parent
f97a5e2390
commit
b439c67e17
@ -20,7 +20,7 @@ else
|
||||
echo "You're all done! Run the following command to get Sentry running:"
|
||||
echo ""
|
||||
if [[ "${_ENV}" =~ ".env.custom" ]]; then
|
||||
echo " $dc_base --env-file ${_ENV} up --wait"
|
||||
echo " $dc_base --env-file .env --env-file ${_ENV} up --wait"
|
||||
else
|
||||
echo " $dc_base up --wait"
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user