File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ services:
4848 - db
4949
5050 clickhouse :
51- image : bitnami /clickhouse:latest
51+ image : bitnamilegacy /clickhouse:latest
5252 container_name : clickhouse-dev
5353 environment :
5454 CLICKHOUSE_ADMIN_USER : default
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ services:
7676 - database
7777
7878 clickhouse :
79- image : bitnami /clickhouse:latest
79+ image : bitnamilegacy /clickhouse:latest
8080 restart : always
8181 container_name : clickhouse
8282 environment :
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ services:
139139 start_period : 10s
140140
141141 clickhouse :
142- image : bitnami /clickhouse:${CLICKHOUSE_IMAGE_TAG:-latest}
142+ image : bitnamilegacy /clickhouse:${CLICKHOUSE_IMAGE_TAG:-latest}
143143 restart : ${RESTART_POLICY:-unless-stopped}
144144 logging : *logging-config
145145 ports :
@@ -183,7 +183,7 @@ services:
183183 start_period : 10s
184184
185185 minio :
186- image : bitnami /minio:${MINIO_IMAGE_TAG:-latest}
186+ image : bitnamilegacy /minio:${MINIO_IMAGE_TAG:-latest}
187187 restart : ${RESTART_POLICY:-unless-stopped}
188188 logging : *logging-config
189189 ports :
You can’t perform that action at this time.
0 commit comments