Update compose.yaml

Usefull for interactive action within the container
This commit is contained in:
laurentlemercier 2024-02-11 22:58:08 +01:00 committed by GitHub
parent 4fe1625f8d
commit be72cdbffe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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