fix: remove obsolete version tag from hello-world compose
Production Deployment Pipeline / deploy (push) Failing after 16s Details

This commit is contained in:
mahdi 2026-07-20 23:33:13 +03:30
parent 2e3d80d332
commit 083b835837
1 changed files with 1 additions and 3 deletions

View File

@ -1,5 +1,3 @@
version: '3.8'
services: services:
web-test: web-test:
image: nginxdemos/hello:plain-text image: nginxdemos/hello:plain-text
@ -11,4 +9,4 @@ services:
driver: "json-file" driver: "json-file"
options: options:
max-size: "10m" max-size: "10m"
max-file: "3" max-file: "3"