I run currently rancher 0.46 and try to upgrade a service a second time and get the error shown in the screenshoot. The only thing i did is to change the container tag of the image from 8.1.4 to 8.2.1
this is may docker-compose:
Gitlab:
environment:
… Env Vars …
image: sameersbn/gitlab:8.1.4
links:
- redis:redisio
volumes: -
/var/docker/gitlab:/home/git/data
this is may rancher-compose:
Gitlab:
scale: 1
health_check:
port: 80
interval: 20000
unhealthy_threshold: 3
request_line: GET http://git.ziegler.bz/users/sign_in/ HTTP/1.0
healthy_threshold: 2
response_timeout: 2000
Any ideas?