Expose ports on correct server service.
This commit is contained in:
parent
1e71f1fc1a
commit
bc9554079a
@ -93,6 +93,9 @@ services:
|
||||
io.rancher.sidekicks: server-volume
|
||||
volumes_from:
|
||||
- server-volume
|
||||
ports:
|
||||
- 9000/tcp
|
||||
- 8000/tcp
|
||||
server-volume:
|
||||
image: rawmind/alpine-volume:0.0.2-1
|
||||
environment:
|
||||
@ -107,9 +110,6 @@ services:
|
||||
io.rancher.scheduler.affinity:container_label_soft_ne: io.rancher.stack_service.name=$${stack_name}/$${service_name}
|
||||
io.rancher.container.hostname_override: container_name
|
||||
{{- end}}
|
||||
ports:
|
||||
- 9000/tcp
|
||||
- 8000/tcp
|
||||
lb:
|
||||
image: rancher/load-balancer-service
|
||||
ports:
|
||||
|
Loading…
x
Reference in New Issue
Block a user