Skip to content

Commit

Permalink
fix: remove profile and location to avoid login redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
f-necas authored and edevosc2c committed Jun 7, 2024
1 parent 2fa4db0 commit 3c5375b
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 @@ -87,7 +87,7 @@ services:
volumes:
- georchestra_datadir:/etc/georchestra
environment:
- JAVA_TOOL_OPTIONS=-Dgeorchestra.datadir=/etc/georchestra -Dspring.config.location=/etc/georchestra/gateway/application.yaml -Dspring.profiles.active=docker
- JAVA_TOOL_OPTIONS=-Dgeorchestra.datadir=/etc/georchestra
env_file:
- .envs-common
- .envs-ldap
Expand Down

0 comments on commit 3c5375b

Please sign in to comment.