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:
parent
82b9ec1ce9
commit
1a3e82e694
1 changed files with 1 additions and 1 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue