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
On step 33 I'm getting a syntax error from the yaml code.
version: '3' services: redis-server: image: 'redis' node-app: restart: always build: . ports: - "8080:8080" ## app.js const client = redis.createClient({ // add docker images host: 'redis-server', // default redis-server port: 6379 });
This is the output from executing the yaml file
[user@localhost Compose]$ sudo docker compose up -d yaml: line 14: could not find expected ':'
Thank you for your time!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
On step 33 I'm getting a syntax error from the yaml code.
This is the output from executing the yaml file
Thank you for your time!
The text was updated successfully, but these errors were encountered: