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).