1
0
Fork 0

docs: Use non-abbreviated docker-compose arguments

Improves readability.
This is especially intended to help docker newbies.
merge-requests/495/head
Fabian P. Schmidt 2018-06-30 02:20:23 +02:00
parent 609b8c30cf
commit 5afcd7ba28
1 changed files with 3 additions and 3 deletions

View File

@ -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