1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 17:14:08 +02:00

add hosts for services to php container

This commit is contained in:
Robin Appelman 2026-01-09 20:15:44 +01:00
commit 34f6e2cd46
2 changed files with 20 additions and 1 deletions

View file

@ -381,6 +381,7 @@ impl Cloud {
volumes,
gateway,
&options.services,
&config.proxy,
)
.await
.wrap_err("Failed to start php container")