0f48718523
Make sure we log all possible output in the container logs Change-Id: I982d88619bfbadba23b9d4f0a99cf0661b7cc474
15 lines
293 B
YAML
15 lines
293 B
YAML
# Version 2 is the latest that is supported by docker-compose in
|
|
# Ubuntu Xenial.
|
|
version: '2'
|
|
|
|
services:
|
|
registry:
|
|
image: zuul/zuul-registry
|
|
volumes:
|
|
- "./conf/:/conf/:z"
|
|
- "/tmp/registry-test/tls/:/tls:z"
|
|
environment:
|
|
- DEBUG=1
|
|
ports:
|
|
- "9000:9000"
|