1
0
Fork 0
mirror of https://github.com/anyproto/any-sync-dockercompose.git synced 2025-06-08 05:47:03 +09:00

docker-compose.yml fixed create-bucket

This commit is contained in:
Grigory Efimov 2024-07-09 20:29:43 -03:00
parent 82b9ec1ce9
commit 1a3e82e694
No known key found for this signature in database
GPG key ID: 0A88C34DFA7FD939

View file

@ -83,7 +83,7 @@ services:
restart: "no"
depends_on:
- minio
command: [ "mc", "mb", "minio/${MINIO_BUCKET}"]
entrypoint: ["mc", "mb", "minio/${MINIO_BUCKET}"]
any-sync-coordinator_bootstrap:
image: "ghcr.io/anyproto/any-sync-coordinator:${ANY_SYNC_COORDINATOR_VERSION}"