Remove http://default from content

This commit is contained in:
Oliver Davies 2025-07-16 12:00:00 +01:00
parent 025aaf3be2
commit 76ed8e141b
392 changed files with 525 additions and 525 deletions

View file

@ -61,7 +61,7 @@ body:
<p>A common approach seems to be to use Docker and Docker Compose to run things in containers, especially ones that need multiple services like a web server, a database and a cache or proxy.</p>
<p><a href="http://default/daily/2024/12/09/drupal-devenv">I've moved my development projects from Docker to devenv</a>, but I still have Docker installed and available.</p>
<p><a href="/daily/2024/12/09/drupal-devenv">I've moved my development projects from Docker to devenv</a>, but I still have Docker installed and available.</p>
<p>I knew it was easy to create a container image from a Nix-based setup, but the opposite is also true.</p>