From ec457cb905966a1a919b9a501ef0ec7688412151 Mon Sep 17 00:00:00 2001 From: Dave Chevell Date: Wed, 6 May 2020 11:46:23 +1000 Subject: [PATCH] Fix incorrecty MySQL driver path in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6b13b6..60a4cbc 100644 --- a/README.md +++ b/README.md @@ -189,7 +189,7 @@ Oracle JDBC drivers. To use these databases you will need to copy a suitable driver into the container and restart it. For example, to copy the MySQL driver into a container named "confluence", you would do the following: - docker cp mysql-connector-java.x.y.z.jar confluence:/opt/atlassian/confluence/lib + docker cp mysql-connector-java.x.y.z.jar confluence:/opt/atlassian/confluence/confluence/WEB-INF/lib docker restart confluence For more information see the [Database JDBC Drivers](https://confluence.atlassian.com/doc/database-jdbc-drivers-171742.html)