Skip to content

Commit

Permalink
Change file-provider conflicted ports
Browse files Browse the repository at this point in the history
  • Loading branch information
foster33 committed Nov 13, 2024
1 parent 8b10852 commit 1081398
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -424,8 +424,8 @@ services:
- --spring.cloud.consul.host=consul
- --spring.cloud.consul.discovery.instance-id=$${spring.application.name}:$${random.value}
ports:
- "8280:8080"
- "8643:8443"
- "8580:8080"
- "8943:8443"
volumes:
- ${PKI_DIR:-./pki}:/etc/pki:ro
- ./logs:/logs
Expand Down

0 comments on commit 1081398

Please sign in to comment.