Starting a service with rancher-compose without auto-scaling

This topic may help:
http://forums.rancher.com/t/how-to-disable-auto-restart/475

from @denise:
Instead of using “restart: no”, use this label in your compose.yml.

labels:
io.rancher.container.start_once=true

1 Like