Skip to content

Conversation

@baschny
Copy link
Member

@baschny baschny commented Feb 29, 2024

In an ECS template we might want to use links: php:php which generate an environment variable called PHP_PORT (which contain a string like "tcp://172.17.0.4:9000") and this conflicts with our own "internal" variable.

See https://docs.docker.com/network/links/#environment-variables

So we use another name that is non-conflicting.

In ECS template we use links: php:php which generate an environment variable
called PHP_PORT (which contain a string like "tcp://172.17.0.4:9000") and this
conflicts with our own "internal" variable.

So we use another name that is non-conflicting.
@baschny baschny merged commit 6d533f6 into master Feb 29, 2024
@baschny baschny deleted the ecs-compatibility branch August 8, 2025 14:41
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.

2 participants