Hello,
If I follow the rcstack installation documentation, this ends up with an error:
network rhodecode_network declared as external, but could not be found
Long story:
mkdir ~/docker-rhodecode && cd ~/docker-rhodecode
curl -L -s -o rcstack https://dls.rhodecode.com/get-rcstack && chmod +x rcstack
./rcstack init
Everything is OK. But when I call:
sudo ./rcstack stack router up --detach
,
I receive an error:
network rhodecode_network declared as external, but could not be found
Any clue to solve this?