Skip to content

Commit 9f0a399

Browse files
Merge pull request #52 from IABTechLab/bmz-UID2-4774-operator-config.json-core-volume
Mount operator-config.json volume to core container
2 parents a51f20f + e6862b4 commit 9f0a399

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ services:
3434
volumes:
3535
- ./docker/uid2-core/conf/default-config.json:/app/conf/default-config.json
3636
- ./docker/uid2-core/conf/local-e2e-docker-config.json:/app/conf/local-config.json
37+
- ./docker/uid2-core/conf/operator/operator-config.json:/app/conf/operator/operator-config.json
3738
depends_on:
3839
localstack:
3940
condition: service_healthy

0 commit comments

Comments
 (0)