How to add a resources section in advanced if I'm using docker-compose ? #667
artem-kostylev
started this conversation in
General
Replies: 1 comment 1 reply
-
Can you try this? deploy:
resources:
limits:
cpus: '0.001'
memory: 50M |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to add a resources section in advanced if I'm using docker-compose to run Elasticsearch?
my config:
Beta Was this translation helpful? Give feedback.
All reactions