Unable to upgrade using the latest compose #409
Answered
by
tobiasge
garnser
asked this question in
Getting Help
-
Current BehaviorI've a current installation of netbox wheras the devel branch has been used for deployments. In this scenario I've tested devel and tags/1.0.0. As docker-compose is initiated the following issue occurs:
Expected BehaviorExpected that docker-compose shouldn't complain about the nginx service given that it's been aggregated as per d273391 Debug Information
The output of
|
Beta Was this translation helpful? Give feedback.
Answered by
tobiasge
Jan 30, 2021
Replies: 1 comment 3 replies
-
You probably have the nginx service in your |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
tobiasge
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You probably have the nginx service in your
docker-compose.override.yml
. There is a description of what must be changed in the release notes.