зеркало из https://github.com/mozilla/kitsune.git
Merge pull request #3911 from akatsoulas/docker-attach
Allow attaching in a running container.
This commit is contained in:
Коммит
e63334517b
|
@ -7,6 +7,8 @@ services:
|
|||
volumes:
|
||||
- ./:/app:delegated
|
||||
user: ${UID:-kitsune}
|
||||
stdin_open: true
|
||||
tty: true
|
||||
depends_on:
|
||||
- mariadb
|
||||
- elasticsearch
|
||||
|
|
Загрузка…
Ссылка в новой задаче