# Version 2 is the latest that is supported by docker-compose in # Ubuntu Xenial. version: '2' services: registry: restart: always image: docker.io/zuul/zuul-registry network_mode: host volumes: - /var/registry/certs:/certs - /var/registry/conf:/conf - /var/registry/etc:/etc/openstack environment: - DEBUG=1