testing: add DEBUG flag to testing container

Make sure we log all possible output in the container logs

Change-Id: I982d88619bfbadba23b9d4f0a99cf0661b7cc474
This commit is contained in:
Ian Wienand 2022-03-04 08:10:53 +11:00
parent 3ce62dcc74
commit 0f48718523

View File

@ -8,5 +8,7 @@ services:
volumes:
- "./conf/:/conf/:z"
- "/tmp/registry-test/tls/:/tls:z"
environment:
- DEBUG=1
ports:
- "9000:9000"