From be72cdbffe5b5d3148186a534173cea76fa67164 Mon Sep 17 00:00:00 2001 From: laurentlemercier <22855554+laurentlemercier@users.noreply.github.com> Date: Sun, 11 Feb 2024 22:58:08 +0100 Subject: [PATCH] Update compose.yaml Usefull for interactive action within the container --- compose.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/compose.yaml b/compose.yaml index 6c13fd0..c9dde89 100644 --- a/compose.yaml +++ b/compose.yaml @@ -21,3 +21,6 @@ services: environment: # Tell Dockge where is your stacks directory - DOCKGE_STACKS_DIR=/opt/stacks + # Usefull for interactive action within the container + stdin_open: true # docker run -i + tty: true # docker run -t