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