diff --git a/osd/docker-compose.yml b/osd/docker-compose.yml index 1566722..d160eb6 100644 --- a/osd/docker-compose.yml +++ b/osd/docker-compose.yml @@ -5,7 +5,7 @@ version: "3.0" services: ceph_osd_%OSD_ID%: container_name: ceph_osd_%OSD_ID% - image: quay.io/ceph/daemon:latest-octopus + image: quay.io/ceph/daemon:latest-quincy #copy hostname of the host to correctly calculate CRUSH map positions hostname: ${HOSTNAME} environment: @@ -20,4 +20,4 @@ services: - ceph networks: ceph: - external: true \ No newline at end of file + external: true