Stanislav Zhuk
Stanislav Zhuk
Maybe there is a way to remove the `` after `docker-compose build` at least for web images since they have a `com.ddev.buildhost` label, and db images don't have this label,...
>If I provide a tag, it does not create a `` @mikebarkas If you build `foo/bar:1` several times with different `Dockerfile`, one of the images will be `` >Every built...
I have a global dark theme and it works automatically without any clicks. And yes, I chose this intentionally (auto/light/dark) so as not to restrict anyone.
Thanks, I fixed the problem with the colors.
Rebased because the artifact bot comment links were invalid (see #5662).
Rebased and tried to fix what was discussed here. I used `-p` for HTTPS and `-P` for HTTP, renamed `--https_port` to `--https-port` and `--http_port` to `--http-port`. Changed things: - the...
Oh, I see, this complication is not good. I didn't expect to fail the tests. I like the way `ddev launch` can take a full URL in this PR and...
Thanks for your input @tyler36, I've opened - #5986 Hope a small change can make things easier for you.
Rebased on the master. This is an interesting PR and I'm going to continue working on it. I think it's worth making `$XDG_CONFIG_HOME/ddev` optional, since DDEV has been around for...
- Rebased - Reverted `TestCreateGlobalDdevDir` and removed `TestLegacyGlobalDdevDir` - Modified `GetGlobalDdevDir` to use config folder for DDEV only if it exists and `~/.ddev` doesn't exist - Added `TestCreateGlobalDdevDirInUserConfigDir` with test...