Marcel Keiti Toma
Marcel Keiti Toma
I also tried to add that env variable and it didn't work qdrant: image: qdrant/qdrant environment: - DISABLE_JEMALLOC=true container_name: qdrant networks: ['demo'] restart: unless-stopped ports: - 6333:6333 volumes: - qdrant_storage:/qdrant/storage...
I was able to solve the issue by using another image qdrant: image: qdrant-arm64 container_name: qdrant networks: ['demo'] restart: unless-stopped ports: - 6333:6333 volumes: - qdrant_storage:/qdrant/storage