From 7e8cb579795bdcaf9015e6bd577f09c7238bbfc7 Mon Sep 17 00:00:00 2001 From: Patrice Ferlet Date: Mon, 22 Apr 2024 15:43:02 +0200 Subject: [PATCH] Fixes --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 21794d5..52f1f44 100644 --- a/README.md +++ b/README.md @@ -94,10 +94,11 @@ source <(katenary completion bash --no-description) source <(katenary completion zsh) # fish in ~/.config/fish/config.fish - katenary completion fish | source +katenary completion fish | source +# experimental # powershell (as we don't provide any support on Windows yet, please avoid this...) - ``` +``` # Usage @@ -159,7 +160,7 @@ services: # so we need to adapt it with the map-env label DB_HOST: database expose: - - 80 + - 80 depends_on: # this will create a init container waiting for 3306 port # because it's the "exposed" port