can't create the container from docker-compose-with-s3.yml #10975
-
when i create the container, i find that some error logs in container.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
So node actually tried to connect to minio instead of S3 unexpectedly. This was caused by the persisted cluster level system variable pointing to minio unexpectedly. I guess you have run docker-compose before, which set FYI the |
Beta Was this translation helpful? Give feedback.
if you want to change store(minio, oss, cos...), remember to clean the cluster volume. thank you !
docker compose down -v