Which guide to use for installing Docs via Docker?

Hi,

I have nextcloud installed via docker and would like to install Docs to edit documents with it. For this there seem to be two guides

Which one should I use? Obviously one uses Docker and the other one docker-compose. But why do the use different images / why does only the docker-compose one build the image? Also the docker one does not setup a database or rabbitmq container. Does it not need that?

Hello @maeries
You can use any of mentioned guides. It’s the same product, but different installation ways.
In docker way, you have all dependencies in one container, but compose builds the images, so you have 3 containers as a result.
But in general, it’s the same product.