From 72e07679eb267e30f3353f1f8ffccc251216c52e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Holger=20Lo=CC=88sken?= Date: Tue, 2 Jun 2020 12:33:19 +0200 Subject: [PATCH] Add naming to container --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 29e7d5a..a382aba 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,7 @@ docker run -d \ -e DB_USERNAME='ninja' \ -e DB_PASSWORD='ninja' \ -p '9000:9000' \ + --name invoiceninja \ invoiceninja/invoiceninja:alpine-4 ``` A list of environment variables can be found [here](https://github.com/invoiceninja/invoiceninja/blob/master/.env.example).