Update minio/minio.yml
This commit is contained in:
parent
6a4a8e380f
commit
2db4ff3015
|
|
@ -34,13 +34,13 @@ services:
|
|||
- traefik.http.services.mybucket.loadbalancer.server.port=9000
|
||||
- traefik.http.routers.mybucket.service=mybucket
|
||||
restart_policy:
|
||||
condition: on-failure
|
||||
condition: any
|
||||
delay: 5s
|
||||
max_attempts: 3
|
||||
max_attempts: 5
|
||||
resources:
|
||||
limits:
|
||||
cpus: '1'
|
||||
memory: 1G
|
||||
memory: 2G
|
||||
reservations:
|
||||
cpus: '0.5'
|
||||
memory: 512M
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user