Changed image
All checks were successful
Remote Deployment Pipeline / Prepare deployment vars (pull_request) Successful in 3s
Remote Deployment Pipeline / Create remote directory (pull_request) Successful in 8s
Remote Deployment Pipeline / Cleanup MR environment (pull_request) Has been skipped
Remote Deployment Pipeline / Sync repository files (pull_request) Successful in 15s
Remote Deployment Pipeline / Run docker-compose remotely (pull_request) Successful in 8s

This commit is contained in:
2025-11-11 10:25:26 +01:00
parent 0d20520c07
commit 634d3ac389

View File

@@ -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