Changed main port from 8086 to 80

This commit is contained in:
2023-05-22 11:59:56 +02:00
parent 35b3d5cc5d
commit 2a48624e95

View File

@@ -10,7 +10,7 @@ services:
container_name: xmltools-frontend
image: xmltools-frontend
ports:
- 8086:80
- 80:80
xmltools-backend:
build: ./Backend/tools-services