fix: remove obsolete version tag from hello-world compose
Production Deployment Pipeline / deploy (push) Failing after 16s
Details
Production Deployment Pipeline / deploy (push) Failing after 16s
Details
This commit is contained in:
parent
2e3d80d332
commit
083b835837
|
|
@ -1,5 +1,3 @@
|
|||
version: '3.8'
|
||||
|
||||
services:
|
||||
web-test:
|
||||
image: nginxdemos/hello:plain-text
|
||||
|
|
@ -11,4 +9,4 @@ services:
|
|||
driver: "json-file"
|
||||
options:
|
||||
max-size: "10m"
|
||||
max-file: "3"
|
||||
max-file: "3"
|
||||
|
|
|
|||
Loading…
Reference in New Issue