From 10e56045212ef7dcbb0bee9932ac42a7e23a2023 Mon Sep 17 00:00:00 2001 From: Fl1tzi Date: Tue, 2 May 2023 18:52:24 +0200 Subject: [PATCH] new readme --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 00fe550..e86902b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ +--- +lang: en-us +--- + # compose -My podman-compose configurations for all my servers. +These are my so-called compose scripts. They create Podman pods which can then be used or can be easily integrated into Systemd with `podman generate systemd`. -If the commented variables are set, the `env_file` can be removed. I use it, so I don't upload my password (which are mostly just an extra measure of security). \ No newline at end of file +If the directory includes a `scripts` folder, then it's just scripts which can be useful at some point. + +If the commented variables are set, the `--env_file` can be removed. I use it, so I don't upload my password (which are mostly just an extra measure of security).