Skip to content

Commit 70c0ba2

Browse files
committed
Removing semicolon from compose (NO_JIRA)
1 parent cb3f368 commit 70c0ba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ services:
192192
<<: *k8s-labels
193193
image: ccdcrepository.azurecr.io/csd-theory:1.0.160
194194
environment:
195-
- CCDC_LICENSING_CONFIGURATION=${CCDC_LICENSING_CONFIGURATION};
195+
- CCDC_LICENSING_CONFIGURATION=${CCDC_LICENSING_CONFIGURATION}
196196
expose:
197197
- 80
198198

0 commit comments

Comments
 (0)