Skip to content

Commit

Permalink
fix: add docker compose ENV for NODE_TLS_REJECT_UNAUTHORIZED
Browse files Browse the repository at this point in the history
  • Loading branch information
peppelinux committed Aug 27, 2024
1 parent 79c579b commit 98c94a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ services:
image: italia/spid-saml-check
container_name: spid-samlcheck
environment:
- NODE_TLS_REJECT_UNAUTHORIZED=0
- NODE_TLS_REJECT_UNAUTHORIZED=${NODE_TLS_REJECT_UNAUTHORIZED:-0}
ports:
- "8443:8443"
networks:
Expand Down

0 comments on commit 98c94a5

Please sign in to comment.