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 committed Feb 29, 2024
1 parent 3f0cb75 commit 6eae7fa
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 6eae7fa

Please sign in to comment.