feat: changed port binding
This commit is contained in:
@@ -88,6 +88,7 @@ func RunAppClienteContainer(image, containerName, configPath, configDestinationP
|
||||
|
||||
cmd := exec.Command(
|
||||
"docker", "run", "-d",
|
||||
"-p", fmt.Sprintf("%s:8080", cv.Server["port"]),
|
||||
"--name", containerName,
|
||||
"--network", "app-dono_app",
|
||||
"--restart", "unless-stopped",
|
||||
|
||||
Reference in New Issue
Block a user