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
Olá estou seguindo o seu livro e na página 92 com o comando
export ENV_APP=deve1 ; docker-compose -p $ENV_APP up -d
Da o seguinte erro: ERROR: Named volume "dados_deve1:/data:rw" is used in service "redis" but no declaration was found in the volumes section.
Eu dei uma procurado no Google e segundo ClusterHQ/dvol#67 há duas formas de resolver qual seria melhor ?
The text was updated successfully, but these errors were encountered:
Consegue mandar um PR?
Sorry, something went wrong.
consigo mandar sim. seria da segunda forma ? Criando o volume
@alexaleluia12 isso mesmo 👍
Só pra caso alguém queira ver mais detalhes sobre isso. https://stackoverflow.com/a/45674488/1604338
No branches or pull requests
Olá
estou seguindo o seu livro e na página 92 com o comando
Da o seguinte erro:
ERROR: Named volume "dados_deve1:/data:rw" is used in service "redis" but no declaration was found in the volumes section.
Eu dei uma procurado no Google e segundo
ClusterHQ/dvol#67
há duas formas de resolver qual seria melhor ?
The text was updated successfully, but these errors were encountered: