Skip to content
This repository has been archived by the owner on Jan 5, 2025. It is now read-only.

Commit

Permalink
fix: remove quotes from default value (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
liammoat authored Apr 19, 2024
1 parent 8cb3d00 commit eec15cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ services:
context: ../templates
dockerfile: ./Dockerfile
args:
ACR_NAME: ${ACR_NAME:-'acrdexoss.azurecr.io'}
ACR_NAME: ${ACR_NAME:-acrdexoss.azurecr.io}
AZURE_CLIENT_ID: ${AZURE_CLIENT_ID}
AZURE_CLIENT_SECRET: ${AZURE_CLIENT_SECRET}
AZURE_TENANT_ID: ${AZURE_TENANT_ID}
Expand Down

0 comments on commit eec15cb

Please sign in to comment.