mirror of
https://github.com/anyproto/any-sync-dockercompose.git
synced 2025-06-08 14:07:02 +09:00
restart must be a string
This commit is contained in:
parent
851ef49bc7
commit
7ceba2bd97
1 changed files with 2 additions and 2 deletions
|
@ -78,7 +78,7 @@ services:
|
||||||
image: minio/mc:latest
|
image: minio/mc:latest
|
||||||
environment:
|
environment:
|
||||||
MC_HOST_minio: http://${AWS_ACCESS_KEY_ID}:${AWS_SECRET_ACCESS_KEY}@minio:${MINIO_PORT}
|
MC_HOST_minio: http://${AWS_ACCESS_KEY_ID}:${AWS_SECRET_ACCESS_KEY}@minio:${MINIO_PORT}
|
||||||
restart: no
|
restart: "no"
|
||||||
depends_on:
|
depends_on:
|
||||||
- minio
|
- minio
|
||||||
entrypoint:
|
entrypoint:
|
||||||
|
@ -95,7 +95,7 @@ services:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
volumes:
|
volumes:
|
||||||
- ./etc/any-sync-coordinator/:/etc/any-sync-coordinator/
|
- ./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"
|
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:
|
any-sync-coordinator:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue