mirror of
https://github.com/louislam/dockge.git
synced 2024-11-24 03:44:03 +00:00
Update compose.yaml
Usefull for interactive action within the container
This commit is contained in:
parent
4fe1625f8d
commit
be72cdbffe
1 changed files with 3 additions and 0 deletions
|
@ -21,3 +21,6 @@ services:
|
||||||
environment:
|
environment:
|
||||||
# Tell Dockge where is your stacks directory
|
# Tell Dockge where is your stacks directory
|
||||||
- DOCKGE_STACKS_DIR=/opt/stacks
|
- DOCKGE_STACKS_DIR=/opt/stacks
|
||||||
|
# Usefull for interactive action within the container
|
||||||
|
stdin_open: true # docker run -i
|
||||||
|
tty: true # docker run -t
|
||||||
|
|
Loading…
Reference in a new issue