-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
pm2 not using env variable from custom_options.sh #326
Comments
Once you've modified the custom_option file, do a |
@Unitech
get:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm using debian and my custom_options.sh looks like this:
I'm using bitlbee which is running on port 6667, that's the reason why I set different values in the custom_options.sh to override the default port.
But
pm2 list
is still failing if bitlbee is running:How can I tell pm2 to use the custom_options file and not use the default ports?
Thanks!
The text was updated successfully, but these errors were encountered: