mirror of
https://github.com/Tencent/WeKnora.git
synced 2025-11-25 03:15:00 +08:00
fix: semgrep_yaml.docker-compose.security.writable-filesystem-service.writable-filesystem-service_docker/docker-compose.minio.yml_4
This commit is contained in:
committed by
lyingbug
parent
8a40377a4a
commit
6d547131b6
@@ -3,6 +3,9 @@ version: "3.8"
|
||||
services:
|
||||
minio:
|
||||
image: minio/minio:latest
|
||||
read_only: true
|
||||
tmpfs:
|
||||
- /tmp
|
||||
container_name: WeKnora-minio
|
||||
ports:
|
||||
- "9000:9000"
|
||||
@@ -26,4 +29,4 @@ volumes:
|
||||
|
||||
networks:
|
||||
WeKnora-network:
|
||||
external: true
|
||||
external: true
|
||||
|
||||
Reference in New Issue
Block a user