mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-22 18:41:37 +00:00
demo: Minor tweak to the demo setup
- Specify the specific version of nginx - Reduce memory for etcd cluster nodes Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
parent
a05d81eed5
commit
49ab5bc719
@ -16,7 +16,7 @@
|
||||
"kernel+initrd": "etcd",
|
||||
"Disk" : 1024,
|
||||
"CPUs" : 1,
|
||||
"Memory" : 1024
|
||||
"Memory" : 512
|
||||
}
|
||||
},
|
||||
"Flavor": {
|
||||
|
@ -27,7 +27,7 @@ services:
|
||||
net: host
|
||||
oomScoreAdj: -800
|
||||
- name: nginx
|
||||
image: "nginx:alpine"
|
||||
image: "nginx:1.11.12-alpine"
|
||||
capabilities:
|
||||
- CAP_NET_BIND_SERVICE
|
||||
- CAP_CHOWN
|
||||
|
Loading…
Reference in New Issue
Block a user