mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 09:04:12 +02:00
make xdebug output more accessible
This commit is contained in:
parent
38e418241a
commit
0b95cf11fc
2 changed files with 2 additions and 0 deletions
|
|
@ -155,6 +155,7 @@ pub fn default_mappings<'a>() -> impl IntoIterator<Item = Mapping<'a>> {
|
|||
Mapping::new(Absolute, "/var/run/docker.sock", "/var/run/docker.sock")
|
||||
.file()
|
||||
.dont_create(),
|
||||
Mapping::new(WorkDir, "xdebug", "/tmp/xdebug"),
|
||||
];
|
||||
IntoIterator::into_iter(mappings)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue