An open API service indexing awesome lists of open source software.

https://github.com/lagden/compose-issue

Apenas um show
https://github.com/lagden/compose-issue

docker docker-compose example issue

Last synced: 3 months ago
JSON representation

Apenas um show

Awesome Lists containing this project

README

          

# Compose Issue

This is a example for issue: https://github.com/docker/compose/issues/7790

## Problem

To reproduce the problem, follow the steps below:

1. Run `docker-compose up`
2. **Problem:** Error caused by `deploy.resources.reservations.cpus` validation
3. Comment property `deploy.resources.reservations.cpus` in `docker-compose.yml` (line 15)
3. Run again `docker-compose up`
4. OK

## License

MIT © [Thiago Lagden](https://github.com/lagden)