We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I tried to add the official nodejs image, so that we can run node and npm.
node
npm
However, by following the readme on how to add other images, this seems not to work in docker-compose.yml file:
docker-compose.yml
node: image: node:12.16.2-alpine3.9 volumes_from: - php - nginx
Then I ran:
docker-compose down docker-compose up -d
To get my added node container.
I can't access it via
docker-compose exec node bash
To install my dependencies in my symfony project.
Any help would be great 😄
Cheers, alpham8
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I tried to add the official nodejs image, so that we can run
node
andnpm
.However, by following the readme on how to add other images, this seems not to work in
docker-compose.yml
file:Then I ran:
To get my added node container.
I can't access it via
To install my dependencies in my symfony project.
Any help would be great 😄
Cheers,
alpham8
The text was updated successfully, but these errors were encountered: