Actions
action #89929
opencontainers: Fix nginx configuration to independence the WS and livehandler backend urls of the docker-compose parent directory
Start date:
2021-03-11
Due date:
% Done:
0%
Estimated time:
Description
Motivation¶
Now the configuration of nginx uses the following urls as backend for websockets and livehandler
The problem is that this name (webui_...) is dependent on the parent directory of the docker-compose
Acceptance Criteria¶
- AC 1: Modify the configuration file to separate the name of the urls from the parent directory of the docker-compose
Suggestion¶
Can be replaced by
Updated by livdywan over 3 years ago
So if I understand correctly the user story is something like this:
Allison Average copies the docker-compose.yaml
to a different folder and tries to deploy a container.
Which would fail unless the parent folder has the name webui
.
I would suggest to describe a concrete case where you run into an error, with steps/commands, and use Observation since this is a bug before making this Workable.
Actions