Ubuntu 20.04.3 LTS
curl -Ls https://raw.githubusercontent.com/passbolt/passbolt_docker/master/docker-compose/docker-compose-ce.yaml -o docker-compose.yaml
sudo apt install docker-compose -y
nano docker-compose.yaml (то change 3.9 to 3.3)
sudo docker-compose up -d
What i want to say is that for people like me who didn’t ever use a docker compose it’s not so obvious where to add this variables and how and with what syntax. I think the manual must be more clear.
Something like - here’s an example. And the palces needed to be edited is hichlighted and commented. Or something like that.
So we can take a whole example in one place and not to searching the web what author was wanted to say…
Thanks