Skip to content

Commit

Permalink
Use only 4000, not the {UI_PORT} from the .env because in the contain…
Browse files Browse the repository at this point in the history
…er it is always 4000 (#740)
  • Loading branch information
milanmajchrak authored Nov 21, 2024
1 parent a6310f0 commit a2a3e53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ services:
TZ: ${TIMEZONE:-Europe/Bratislava}
DSPACE_UI_SSL: 'false'
DSPACE_UI_HOST: dspace-angular
DSPACE_UI_PORT: ${UI_PORT:-4000}
# Use only 4000, not the {UI_PORT} from the .env because in the container it is always 4000
DSPACE_UI_PORT: 4000
DSPACE_UI_NAMESPACE: ${DSPACE_UI_NAMESPACE:-/}
DSPACE_REST_SSL: ${DSPACE_SSL:-false}
DSPACE_REST_HOST: ${DSPACE_HOST:-localhost}
Expand Down

0 comments on commit a2a3e53

Please sign in to comment.