From 6b0d66e018aee37e57ee449ce8f311fe9627d81e Mon Sep 17 00:00:00 2001 From: muibusan Date: Thu, 15 Aug 2019 12:41:53 +0200 Subject: [PATCH] Added another example line for EnviromentFile --- Running-with-systemd-docker.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Running-with-systemd-docker.md b/Running-with-systemd-docker.md index a237b4f..db70eb8 100644 --- a/Running-with-systemd-docker.md +++ b/Running-with-systemd-docker.md @@ -58,15 +58,15 @@ Systemd can source a file of the form: ```shell Key="Value" ``` -Example for `EnvironmentFile`: +Example for `EnvironmentFile` (note the different types of inverted commas in the last line): ``` DATABASE_URL="/data/bitwarden.sqlite3" LOG_FILE="/data/bitwarden.log" ROCKET_LOG="critical" +ROCKET_TLS='{certs="/ssl/bitwarden.crt",key="/ssl/bitwarden.key"}' ``` - However, the systemd project does not mandate where this file should be stored. Consult your distribution's documentation for the best location for this file. For example, RedHat based distributions typically place these files in `/etc/sysconfig/`