bumb minor version
This commit is contained in:
		@@ -64,7 +64,7 @@ services:
 | 
				
			|||||||
      - './data/sentry-postgres:/var/lib/postgresql/data'
 | 
					      - './data/sentry-postgres:/var/lib/postgresql/data'
 | 
				
			||||||
  zookeeper:
 | 
					  zookeeper:
 | 
				
			||||||
    << : *restart_policy
 | 
					    << : *restart_policy
 | 
				
			||||||
    image: 'confluentinc/cp-zookeeper:5.5.0'
 | 
					    image: 'confluentinc/cp-zookeeper:5.5.1'
 | 
				
			||||||
    environment:
 | 
					    environment:
 | 
				
			||||||
      ZOOKEEPER_CLIENT_PORT: '2181'
 | 
					      ZOOKEEPER_CLIENT_PORT: '2181'
 | 
				
			||||||
      CONFLUENT_SUPPORT_METRICS_ENABLE: 'false'
 | 
					      CONFLUENT_SUPPORT_METRICS_ENABLE: 'false'
 | 
				
			||||||
@@ -77,7 +77,7 @@ services:
 | 
				
			|||||||
    << : *restart_policy
 | 
					    << : *restart_policy
 | 
				
			||||||
    depends_on:
 | 
					    depends_on:
 | 
				
			||||||
      - zookeeper
 | 
					      - zookeeper
 | 
				
			||||||
    image: 'confluentinc/cp-kafka:5.5.0'
 | 
					    image: 'confluentinc/cp-kafka:5.5.1'
 | 
				
			||||||
    environment:
 | 
					    environment:
 | 
				
			||||||
      KAFKA_ZOOKEEPER_CONNECT: 'zookeeper:2181'
 | 
					      KAFKA_ZOOKEEPER_CONNECT: 'zookeeper:2181'
 | 
				
			||||||
      KAFKA_ADVERTISED_LISTENERS: 'PLAINTEXT://kafka:9092'
 | 
					      KAFKA_ADVERTISED_LISTENERS: 'PLAINTEXT://kafka:9092'
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user