Skip to content
This repository has been archived by the owner on Oct 5, 2024. It is now read-only.

Commit

Permalink
build: fix underpass-ui compose port mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Nov 30, 2023
1 parent 356cd33 commit b8b4593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ services:
# - ../underpass-ui/src:/code/src
# - ../underpass-ui/playground:/code/playground
ports:
- "${UI_PORT:-5000}:8080"
- "${UI_PORT:-8080}:5000"
networks:
internal:

Expand Down

0 comments on commit b8b4593

Please sign in to comment.