Skip to content

Commit

Permalink
Change default webUI port back to 5001
Browse files Browse the repository at this point in the history
  • Loading branch information
justinclift committed Apr 12, 2024
1 parent c12d450 commit 227816d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
- postgres
- redis
ports:
- "${REDASH_PORT:-5000}:5000"
- "${REDASH_PORT:-5001}:5000"
- "5678:5678"
environment:
PYTHONUNBUFFERED: 0
Expand Down Expand Up @@ -66,7 +66,7 @@ services:
- worker
- scheduler
environment:
CYPRESS_baseUrl: http://server:5000
CYPRESS_baseUrl: http://server:5001
PERCY_TOKEN: ${PERCY_TOKEN:-""}
PERCY_BRANCH: ${PERCY_BRANCH:-""}
PERCY_COMMIT: ${PERCY_COMMIT:-""}
Expand Down

0 comments on commit 227816d

Please sign in to comment.