Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JannikStreek committed Jan 1, 2025
1 parent c8c7db0 commit 7e11e3d
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 @@ -28,7 +28,7 @@ services:
URL_HOST: ${DOCKER_COMPOSE_APP_URL_HOST:-localhost}
URL_PORT: ${DOCKER_COMPOSE_APP_URL_PORT:-4000}
URL_SCHEME: ${DOCKER_COMPOSE_APP_URL_SCHEME:-http}
MW_ENDPOINT_HTTP_PORT: ${DOCKER_COMPOSE_APP_MW_ENDPOINT_HTTP_PORT:-4000}
MW_ENDPOINT_HTTP_PORT: ${DOCKER_COMPOSE_APP_PORT_TARGET:-4000}
# Attention: Please note that you have to add minio in etc/hosts to make the links of signed urls work:
# Example: 127.0.0.1 minio

Expand Down

0 comments on commit 7e11e3d

Please sign in to comment.