feat: changed port binding

This commit is contained in:
jb
2026-03-12 10:23:22 -03:00
parent c622abf194
commit 0753745115
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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",