Fix docker compose output error

This commit is contained in:
Cyber MacGeddon 2024-09-07 18:14:02 +01:00
parent fd1babc3bd
commit 786a697ec5

View file

@ -81,6 +81,21 @@
},
internalService:: function(containers)
{
local service = self,
name: containers.name,
with_port:: function(src, dest, name)
self + { port: [src, dest] },
add:: function() {
}
},
service:: function(containers)
{