Skip to content

Commit 07b024d

Browse files
committed
test: rm ports
1 parent acd0846 commit 07b024d

2 files changed

Lines changed: 0 additions & 10 deletions

File tree

integration-test/docker-compose/tomcat/docker-compose-10.1-jre11-nginx.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
services:
22
tomcat:
33
image: tomcat:10.1-jre11
4-
ports:
5-
- "8080:8080"
6-
- "5005:5005"
7-
environment:
8-
JAVA_OPTS: -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005
94
networks:
105
- app_network
116
volumes:

integration-test/docker-compose/tomcat/docker-compose-8-jre8-nginx.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
services:
22
tomcat:
33
image: tomcat:8-jre8
4-
ports:
5-
- "8082:8080"
6-
- "5005:5005"
7-
environment:
8-
JAVA_OPTS: -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005
94
networks:
105
- app_network
116
volumes:

0 commit comments

Comments
 (0)