Ryan Hartman
Ryan Hartman
Ping from 2020! Would love to see this feature!
At this point, to handle all of my environments and such, I scaffold my env with a script. This way I can parse out docker4drupal env from staging/production. It's really...
With this being something _somewhat_ common, it would be nice if the documentation provided an example of this. The issue linked to above it gives an example and then they...
So I have been doing this, but it wouldn't be too hard to set this up to be configured. As a simple answer, officially documenting what those tags were in...
I had same problem as above and vysinsky's solution worked perfectly
**NGROK_LOOK_DOMAIN** *should* be what is used for this, but it doesn't work. Currently, using the workaround @bkuhl provided is working. ``` if [ -n "$NGROK_LOOK_DOMAIN" ]; then ARGS="$ARGS `echo $NGROK_LOOK_DOMAIN:$NGROK_PORT...
**UPDATED 12/5/19** From my testing, to properly handle changing a url, you need more information than just the TLD. To your point @danielbachhuber, with the right regex that matches every...
Possibly related to #45
@LjupcheVasilev No update, but you can use a regex like I did in #45 to handle the serialized strings.
One year anniversary coming up... would be great to get this merged.