We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4be8b62 + 877104f commit a71d020Copy full SHA for a71d020
1 file changed
docker-compose.yml
@@ -1,7 +1,7 @@
1
services:
2
# generate configs using the anyconf utility
3
generateconfig-anyconf:
4
- restart: no
+ restart: "no"
5
build:
6
context: .
7
dockerfile: Dockerfile-generateconfig-anyconf
@@ -11,7 +11,7 @@ services:
11
12
# processing any-sync-* configs
13
generateconfig-processing:
14
15
depends_on:
16
17
condition: service_completed_successfully
@@ -77,7 +77,7 @@ services:
77
- "127.0.0.1:${EXTERNAL_MINIO_WEB_PORT}:${MINIO_WEB_PORT}"
78
79
create-bucket:
80
81
image: minio/mc:latest
82
83
- minio
0 commit comments