Attempting to correct for Tomcat on port 8082

This commit is contained in:
Marwolf
2018-08-04 00:00:43 -04:00
parent 418cedafe4
commit e5c7f34d26
2 changed files with 8 additions and 6 deletions

View File

@@ -78,13 +78,11 @@ services:
image: tomcat:9.0.10-jre10-slim
container_name: tomcat
ports:
- "8082:8082"
- "0.0.0.0:8082:8082"
restart: always
volumes:
- "./Website:/usr/local/tomcat/webapps/ROOT"
- "./etc/tomcat:/usr/local/tomcat/conf"
depends_on:
- mysqldb
# logging:
# driver: splunk
# options: