From 5afcd7ba28cb2de7d61cb2e4b49b926c1bf4c5a4 Mon Sep 17 00:00:00 2001 From: "Fabian P. Schmidt" Date: Sat, 30 Jun 2018 02:20:23 +0200 Subject: [PATCH] docs: Use non-abbreviated docker-compose arguments Improves readability. This is especially intended to help docker newbies. --- docs/installation-docker.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/installation-docker.rst b/docs/installation-docker.rst index 80ed9cc..9d661e3 100644 --- a/docs/installation-docker.rst +++ b/docs/installation-docker.rst @@ -17,9 +17,9 @@ Docker Installation $ cp env-dist .env - Start database container:: + Start database container (Run it in the background):: - $ docker-compose up -d db + $ docker-compose up --detach db Build satnogs-network container:: @@ -35,7 +35,7 @@ Docker Installation #. **Run it!** - Run satnogs-network:: + Run satnogs-network (in the foreground):: $ docker-compose up