Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Baykanurov committed Oct 30, 2023
1 parent a2e0b09 commit db5ebbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
build: ./ui
image: ${USERNAME}/ui:${UI_IMAGE_TAG}
ports:
- ${UI_PORT:-9292}:9292/tcp
- ${UI_PORT}:9292/tcp
networks:
- front_net

Expand Down

0 comments on commit db5ebbb

Please sign in to comment.