Skip to content

Commit

Permalink
fix: add default axon ports
Browse files Browse the repository at this point in the history
  • Loading branch information
jarvis8x7b committed Oct 4, 2024
1 parent 76204a5 commit 9e93da5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ services:
worker-ui:
condition: service_healthy
ports:
- ${AXON_PORT}:${AXON_PORT}
- ${AXON_PORT:-8888}:${AXON_PORT:-8888}
networks:
- internal
- external
Expand Down Expand Up @@ -322,7 +322,7 @@ services:
worker-ui:
condition: service_healthy
ports:
- ${AXON_PORT}:${AXON_PORT}
- ${AXON_PORT:-8888}:${AXON_PORT:-8888}
networks:
- internal
- external
Expand Down

0 comments on commit 9e93da5

Please sign in to comment.