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, thanks for creating this, it looks exactly what I am looking for. Dont quite get this:
volumes: files: driver: local mysql: driver: local backup: driver: local redis: driver: local
I use version: '3' at top. Maybe this is why I don't understand.
version: '3'
There is also no network in your config. i.e.
networks: default: external: name: nginx-proxy
Does it just use a default network? Guess this is OK if there is all docker containers are in the same network.
Sorry to be a nuisance but could you explain?
Ben
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, thanks for creating this, it looks exactly what I am looking for. Dont quite get this:
I use
version: '3'
at top. Maybe this is why I don't understand.
There is also no network in your config. i.e.
Does it just use a default network? Guess this is OK if there is all docker containers are in the same network.
Sorry to be a nuisance but could you explain?
Ben
The text was updated successfully, but these errors were encountered: