Skip to content

Commit

Permalink
Resolves server install bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Astitva Sehgal committed May 19, 2024
1 parent 0dd63b9 commit fa39b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/docker/compose.server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ services:
image: thomseddon/traefik-forward-auth:latest
restart: unless-stopped
volumes:
- ${DTAAS_DIR}/docker/conf.server:/conf
- ${DTAAS_DIR}/deploy/docker/conf.server:/conf
environment:
- DEFAULT_PROVIDER=generic-oauth
- PROVIDERS_GENERIC_OAUTH_AUTH_URL=${OAUTH_URL}/oauth/authorize
Expand Down

0 comments on commit fa39b56

Please sign in to comment.