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

Merge pull request #46 from dyumin/main

restart must be a string
This commit is contained in:
Grigory Efimov 2024-05-05 15:59:39 -03:00 committed by GitHub
commit fd43c6f3be
Signed by: github
GPG key ID: B5690EEEBB952194

View file

@ -78,7 +78,7 @@ services:
image: minio/mc:latest
environment:
MC_HOST_minio: http://${AWS_ACCESS_KEY_ID}:${AWS_SECRET_ACCESS_KEY}@minio:${MINIO_PORT}
restart: no
restart: "no"
depends_on:
- minio
entrypoint:
@ -95,7 +95,7 @@ services:
condition: service_healthy
volumes:
- ./etc/any-sync-coordinator/:/etc/any-sync-coordinator/
restart: no
restart: "no"
command: bash -c "/bin/any-sync-confapply -c /etc/any-sync-coordinator/config.yml -n /etc/any-sync-coordinator/network.yml -e"
any-sync-coordinator: