mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 16:42:05 +00:00
Merge pull request #32416 from kssenii/update-mongo-contrb
Update mongodb in contrib
This commit is contained in:
commit
fcce952434
2
contrib/poco
vendored
2
contrib/poco
vendored
@ -1 +1 @@
|
||||
Subproject commit 258b9ba6cd245ff88e9346f75c43464c403f329d
|
||||
Subproject commit 520a90e02e3e5cb90afeae1846d161dbc508a6f1
|
@ -76,7 +76,7 @@ RUN python3 -m pip install \
|
||||
minio \
|
||||
protobuf \
|
||||
psycopg2-binary==2.8.6 \
|
||||
pymongo \
|
||||
pymongo==3.11.0 \
|
||||
pytest \
|
||||
pytest-timeout \
|
||||
pytest-xdist \
|
||||
|
@ -1,7 +1,7 @@
|
||||
version: '2.3'
|
||||
services:
|
||||
mongo1:
|
||||
image: mongo:3.6
|
||||
image: mongo:5.0
|
||||
restart: always
|
||||
environment:
|
||||
MONGO_INITDB_ROOT_USERNAME: root
|
||||
|
Loading…
Reference in New Issue
Block a user