Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove quotes in COOLIFY_CONTAINER_NAME #4933

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nktnet1
Copy link
Contributor

@nktnet1 nktnet1 commented Jan 23, 2025

Changes

  • remove quotes from COOLIFY_CONTAINER_NAME quotes

Before:
image

After:
it-tools-container-name-after

Issues

Note:

Seeing that container names are generated using service-<uuid>, and that it is being escaped in places like:

if ($env->is_literal || $env->is_multiline) {
$real_value = '\''.$real_value.'\'';
} else {
$real_value = escapeEnvVariables($env->real_value);
}

I assume this is okay.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: extra quotes in COOLIFY_CONTAINER_NAME environment variable for compose deployments
1 participant