diff --git a/mgr/docker-compose.yml b/mgr/docker-compose.yml index 3383e55..54ac954 100644 --- a/mgr/docker-compose.yml +++ b/mgr/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.0" services: ceph_mgr: container_name: ceph_mgr - image: quay.io/ceph/daemon:latest-octopus + image: quay.io/ceph/daemon:latest-quincy #copy hostname of the host to avoid confusion in e.g. `ceph status` hostname: ${HOSTNAME} volumes: @@ -13,4 +13,4 @@ services: - ceph networks: ceph: - external: true \ No newline at end of file + external: true