Derschatta
Derschatta
For the record: For me it seems that only issue b) happens. But for me doing a `docker-sync stop && docker-sync start` gets the sync back working. I never have...
> I've been using it locally for a while and discovered some issues with handling of args recently, will just convert it to a draft until I fix those Hey...
There must be something specific needed for MacOS as I get: `/Users/username/folder/totara/docker/bin/tphp: line 13: ${i@Q}: bad substitution` when I try to use the command.
For Mac I found an easy way to achieve this and committed it in 616bb295d4d2590cb63e8edf2f5ef5a220895298. On Docker for Mac there's a dns name which always points to the host. On...
> May or may not be useful, you can now use the "host-gateway" key to auto-assign a custom domain to the host IP. https://stackoverflow.com/questions/31324981/how-to-access-host-port-from-docker-container/43541732#43541732 eg > > ``` > extra_hosts:...
Haven't had a chance to look at the full amount of changes but there's definitely too many different things put into one PR/commit. Can the changes to alpine be separated...
actually I just found out that alpine has difference uid/guid for www-data. In the entrypoint.sh for nginx we are setting the ownership of the data root folder to www-data. This...
was able to convert two of the PHP images to use the alpine base images, see #252 as a draft