mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Update Tomcat image version and modify TLS URL in tests.json
This commit is contained in:
parent
38600a0441
commit
77b9957d8b
2 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
"type": "string",
|
||||
"url": "https://www.example.com",
|
||||
"string": "tomcat",
|
||||
"tls": "www.example.com"
|
||||
"tls": "www.example.com/sample/"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue