This commit is contained in:
Marko Korhonen 2023-04-08 17:00:34 +03:00
parent c75c132d4a
commit 2a85ae79c0
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -3,7 +3,7 @@
This is all of the containers running in my server and their This is all of the containers running in my server and their
configuration. I'm using podman in rootless mode and docker-compose configuration. I'm using podman in rootless mode and docker-compose
with podman's docker socket emulation. All compose files are in TOML with podman's docker socket emulation. All compose files are in TOML
(just becaus I hate YAML). A helper function for ZSH `pct` (just because I hate YAML). A helper function for ZSH `pct`
(stands for **P**odman **C**ompose **T**OML) is available in (stands for **P**odman **C**ompose **T**OML) is available in
link:https://git.korhonen.cc/FunctionalHacker/podman-compose/src/branch/main/podman-compose-toml.zsh[podman-compose-toml.zsh] link:https://git.korhonen.cc/FunctionalHacker/podman-compose/src/branch/main/podman-compose-toml.zsh[podman-compose-toml.zsh]