Docker-compose -f elastic-docker-tls.yml up -d

Docs 7.14 "Running the Elastic Stack on Docker"

In step 4

Docker-compose -f elastic-docker-tls.yml up -d

What does the -d parameter mean?

Check it here docker-compose up | Docker Documentation

Options:
    -d, --detach               Detached mode: Run containers in the background,
                               print new container names. Incompatible with
                               --abort-on-container-exit.

Thanks very much.

I was just looking in docker-compose, rather than docker-compose up (doh!)
(Overview of docker-compose CLI | Docker Documentation)

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.