Hello =)
If I have two containers
A:
build: A
ports: 80:80
B:
build: B
ports:443:443
Is it then somehow possible to redirect all port 80 traffic from container A to container B on 443?
It would be fine to stop container A and then bring it back up configured differently if needed.
Hugs,
Jasmine =)