docs: Update stateful workloads guide to reflect rc-1 config changes

This commit is contained in:
Danielle Lancashire 2019-10-11 13:45:28 +02:00
parent 2640155ae5
commit 4056899708
No known key found for this signature in database
GPG key ID: 8D65584EF3DDF91B

View file

@ -147,10 +147,7 @@ job "mysql-server" {
volume "mysql" {
type = "host"
read_only = false
config {
source = "mysql"
}
source = "mysql"
}
restart {