Skip to content

Commit 59f3122

Browse files
committed
🐛 Bugfix: After redeployment, the contents of files in Minio were cleared #1770
1 parent 16d3cc2 commit 59f3122

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/docker-compose.prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ services:
250250
MINIO_ROOT_USER: ${MINIO_ROOT_USER}
251251
MINIO_ROOT_PASSWORD: ${MINIO_ROOT_PASSWORD}
252252
volumes:
253-
- ${ROOT_DIR}/minio/data:/data
253+
- ${ROOT_DIR}/minio/data:/etc/minio/data
254254
networks:
255255
- nexent
256256
restart: always

docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ services:
271271
MINIO_ROOT_USER: ${MINIO_ROOT_USER}
272272
MINIO_ROOT_PASSWORD: ${MINIO_ROOT_PASSWORD}
273273
volumes:
274-
- ${ROOT_DIR}/minio/data:/data
274+
- ${ROOT_DIR}/minio/data:/etc/minio/data
275275
networks:
276276
- nexent
277277
restart: always

0 commit comments

Comments
 (0)