This commit is contained in:
2024-04-22 15:43:02 +02:00
parent 12814f4732
commit 7e8cb57979

View File

@@ -94,10 +94,11 @@ source <(katenary completion bash --no-description)
source <(katenary completion zsh) source <(katenary completion zsh)
# fish in ~/.config/fish/config.fish # 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...) # powershell (as we don't provide any support on Windows yet, please avoid this...)
``` ```
# Usage # Usage
@@ -159,7 +160,7 @@ services:
# so we need to adapt it with the map-env label # so we need to adapt it with the map-env label
DB_HOST: database DB_HOST: database
expose: expose:
- 80 - 80
depends_on: depends_on:
# this will create a init container waiting for 3306 port # this will create a init container waiting for 3306 port
# because it's the "exposed" port # because it's the "exposed" port