HunterDG
HunterDG
following
**Grav** root is website.com/cms (changed from default install of website.com/grav-admin or website.com/grav). Some other things at website.com/otherthings, so technically IIS "site" root is website.com. From the "bug" label, I presume...
I’ve also seen this - though I use tailscale as well. some combination of restarting OrbStack/un-checking “use tailscale DNS settings” fixes it. (often only the former). pretty sure I’ve needed...
+1 - current implementation kinda defeats the purpose of/negates the remote.downloadExtensionsLocally setting
perhaps I was confused - I assumed I didn't have any need to create macvlan (I don't care about receiving/setting IP address in router's subnet) regardless, It appears Windows guest...
I suppose we just need QEMU bridge and/or passthrough/multiple interfaces on the QEMU host and I'll have to manually assign an IP in the docker subnet - yuck unless you...
after much experimentation, I was able to resolve "sibling" containers/services (via unqualified/dotless hostname) with an environment variable: ``` services: windows: image: dockurr/windows environment: DNSMASQ_OPTS: " --domain-suffix=composeParentFolderName_default" ``` I was unable...
First try ip address If that works, try `\\hostname.` (yes that's a period at the end) or `\\hostname.lan` - assuming your router hands out `.lan` DNS search domain If that...
> > after much experimentation, I was able to resolve "sibling" containers/services (via unqualified/dotless hostname) with an environment variable: > > > > > > ``` > > > services:...
> hello @HunterDG , May I ask, how do I determine the value of 'composePostFolderName_default'? It's the name of the folder your docker-compose file is in (and append "_default") When...