From 634d3ac389fc5f81a285fb0bcdcbae538a4a60fd Mon Sep 17 00:00:00 2001 From: kovagoadi Date: Tue, 11 Nov 2025 10:25:26 +0100 Subject: [PATCH] Changed image --- docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index a2ba894..a51a59d 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -30,7 +30,7 @@ services: - "traefik.http.routers.whoami.rule=Host(`whoami.docker.localhost`)" - "traefik.http.routers.whoami.entrypoints=test" test: - image: ghcr.io/kljensen/hello-world-http:latest + image: nginx restart: unless-stopped networks: - testnetwork