From 52909480c09eece03448563ff65820ac4fd658ed Mon Sep 17 00:00:00 2001 From: muibusan Date: Sun, 11 Aug 2019 20:12:20 +0200 Subject: [PATCH] Added example for EnvironmentFile --- Running-with-systemd-docker.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Running-with-systemd-docker.md b/Running-with-systemd-docker.md index f99937d..dc07491 100644 --- a/Running-with-systemd-docker.md +++ b/Running-with-systemd-docker.md @@ -58,6 +58,14 @@ Systemd can source a file of the form: ```shell Key="Value" ``` +Example for `EnvironmentFile`: +``` +DATABASE_URL="/data/bitwarden.sqlite3" +LOG_FILE="/data/bitwarden.log" +ROCKET_LOG="critical" +``` + + 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/`