This repository was archived by the owner on Jul 18, 2025. It is now read-only.
Commit 5e2847c
Andreas Amstutz
fix port '80' is already in use
If the voting app is deployed using production params, the result service
fails to deploy as port 80 already is taken by vote service
Steps to reproduce:
voting-app$ docker-app render
--parameters-files voting-app.dockerapp/parameters/production.yml
| docker stack deploy --compose-file - voting
Signed-off-by: Andreas Amstutz <andreasamstutz@gmail.com>1 parent 3603491 commit 5e2847c
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | | - | |
| 172 | + | |
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
0 commit comments