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.
1 parent 16d3cc2 commit 59f3122Copy full SHA for 59f3122
docker/docker-compose.prod.yml
@@ -250,7 +250,7 @@ services:
250
MINIO_ROOT_USER: ${MINIO_ROOT_USER}
251
MINIO_ROOT_PASSWORD: ${MINIO_ROOT_PASSWORD}
252
volumes:
253
- - ${ROOT_DIR}/minio/data:/data
+ - ${ROOT_DIR}/minio/data:/etc/minio/data
254
networks:
255
- nexent
256
restart: always
docker/docker-compose.yml
@@ -271,7 +271,7 @@ services:
271
272
273
274
275
276
277
0 commit comments