mirror of
https://github.com/moghtech/komodo.git
synced 2026-05-04 06:48:27 -05:00
remove registry from this stack. can be managed externally
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { CommandLogError, Conversion, DockerRunArgs, EnvironmentVar, Volume } from "@monitor/types";
|
||||
import { CommandLogError, Conversion, DockerRunArgs, EnvironmentVar } from "@monitor/types";
|
||||
import { execute } from "./execute";
|
||||
|
||||
export type InstallLog = {
|
||||
@@ -149,7 +149,7 @@ function portsString(ports?: Conversion[]) {
|
||||
: "";
|
||||
}
|
||||
|
||||
function volsString(volumes?: Volume[]) {
|
||||
function volsString(volumes?: Conversion[]) {
|
||||
return volumes && volumes.length > 0
|
||||
? volumes
|
||||
.map(({ local, container }) => {
|
||||
|
||||
Reference in New Issue
Block a user