Skip to content

Commit

Permalink
minor(docker-compose.yml): add https:// to NUVLA_ENDPOINT
Browse files Browse the repository at this point in the history
  • Loading branch information
schaubl authored Aug 13, 2024
1 parent 45d39d1 commit c1a4b40
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 @@ -59,7 +59,7 @@ services:
- HOST_HOME=${HOME}
- VPN_INTERFACE_NAME=${VPN_INTERFACE_NAME:-vpn}
- VPN_CONFIG_EXTRA
- NUVLA_ENDPOINT=${NUVLA_ENDPOINT:-nuvla.io}
- NUVLA_ENDPOINT=${NUVLA_ENDPOINT:-https://nuvla.io}
- NUVLA_ENDPOINT_INSECURE=${NUVLA_ENDPOINT_INSECURE:-False}
- NE_IMAGE_REGISTRY
- NE_IMAGE_ORGANIZATION
Expand Down

0 comments on commit c1a4b40

Please sign in to comment.