Update Tomcat image version and modify TLS URL in tests.json

This commit is contained in:
Théophile Diot 2024-12-30 13:07:56 +00:00
parent 38600a0441
commit 77b9957d8b
No known key found for this signature in database
GPG key ID: FA995104A0BA376A
2 changed files with 2 additions and 2 deletions

View file

@ -36,7 +36,7 @@ services:
- bw-universe
mytomcat:
image: tomcat:11.0
image: tomcat:11
volumes:
- ./app:/usr/local/tomcat/webapps/ # folder containing war files
networks:

View file

@ -8,7 +8,7 @@
"type": "string",
"url": "https://www.example.com",
"string": "tomcat",
"tls": "www.example.com"
"tls": "www.example.com/sample/"
}
]
}