feat: enable minio ftp
This commit is contained in:
@@ -60,6 +60,7 @@ services:
|
||||
|
||||
minio:
|
||||
image: minio/minio
|
||||
command: server /data --console-address ":9001" --ftp="address=:8021" --ftp="passive-port-range=30000-40000"
|
||||
healthcheck:
|
||||
test: [ "CMD", "curl", "-I", "localhost:9000/minio/health/live" ]
|
||||
interval: 5s
|
||||
@@ -70,7 +71,8 @@ services:
|
||||
MINIO_ROOT_PASSWORD: ${MINIO_ROOT_PASSWORD}
|
||||
ports:
|
||||
- "9000:9000"
|
||||
command: server /data
|
||||
- "9001:9001"
|
||||
- "8021:8021"
|
||||
networks:
|
||||
- easywish-network
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user