Got rid of host_label to simplify
This commit is contained in:
@@ -3,7 +3,6 @@ services:
|
||||
meanshop-nginx:
|
||||
image: ohmydocker/meanshop:nginx
|
||||
labels:
|
||||
io.rancher.scheduler.affinity:host_label: ${host_label}
|
||||
io.rancher.container.hostname_override: container_name
|
||||
io.rancher.container.pull_image: always
|
||||
ports:
|
||||
@@ -27,7 +26,6 @@ services:
|
||||
tty: true
|
||||
image: mongo:3.2
|
||||
labels:
|
||||
io.rancher.scheduler.affinity:host_label: ${host_label}
|
||||
io.rancher.container.hostname_override: container_name
|
||||
io.rancher.sidekicks: meango-datavolume
|
||||
io.rancher.container.pull_image: always
|
||||
@@ -35,7 +33,6 @@ services:
|
||||
- meango-datavolume
|
||||
meango-datavolume:
|
||||
labels:
|
||||
io.rancher.scheduler.affinity:host_label: ${host_label}
|
||||
io.rancher.container.hostname_override: container_name
|
||||
io.rancher.container.start_once: true
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user