Skip to content

Commit

Permalink
fix: update default ports
Browse files Browse the repository at this point in the history
  • Loading branch information
preethamr committed May 31, 2023
1 parent c5a54cf commit 94dee6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ services:
image: ${SEQUENCER_PUBLISHER_IMAGE}
restart: always
ports:
- "8882:8081"
- "8883:8081"
logging:
driver: json-file
options:
Expand All @@ -125,7 +125,7 @@ services:
image: ${SEQUENCER_SUBSCRIBER_IMAGE}
restart: always
ports:
- "8883:8081"
- "8884:8081"
logging:
driver: json-file
options:
Expand Down

0 comments on commit 94dee6c

Please sign in to comment.