Every service meant to be public work now on port 80 #205

Merged
bema merged 12 commits from bema/fix/unify_ports_on_master into master 2023-05-23 08:59:11 +02:00
Showing only changes of commit 2a48624e95 - Show all commits

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