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

restart must be a string

This commit is contained in:
dyumin 2024-05-05 21:17:11 +03:00
parent 851ef49bc7
commit 7ceba2bd97

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: