Skip to content

Commit 908d9f0

Browse files
humblelistenerantonfelich
authored andcommitted
simplified docker compose configuration.
By letting docker compose select the port dynamically closes #44
1 parent fbfcf9e commit 908d9f0

File tree

2 files changed

+1
-65
lines changed

2 files changed

+1
-65
lines changed

WebService/Startup.cs.orig

Lines changed: 0 additions & 64 deletions
This file was deleted.

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
webservice:
55
build: ./WebService
66
ports:
7-
- 4001:4000
7+
- 4000
88

99
#
1010
# WorkerService - microservice

0 commit comments

Comments
 (0)