diff --git a/README.md b/README.md index 98039ce15729e0a0c01d8e9b83e973c222c8aa93..bf31f4339d3d632988d910af00c015d4edb652be 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,11 @@ To use: Details: -* A volume named `dockerxwiki_mysql-data` is created. You can inspect it with `docker volume inspect dockerxwiki_mysql-data` and find out the location on your host's file system. +* A volume named `<prefix>_mysql-data` is created (you can list all volumes with `docker volume ls`). You can inspect it with `docker volume <perfix>_mysql-data` and find out the location on your host's file system. * To issue some mysql commands: -** Find the container id with `docker ps` -** Execute bash in the mysql container: `docker exec -it <containerid> bash -l` -** Once inside the mysql container execute the `mysql` command: `mysql --user=xwiki --password=xwiki` + * Find the container id with `docker ps` + * Execute bash in the mysql container: `docker exec -it <containerid> bash -l` + * Once inside the mysql container execute the `mysql` command: `mysql --user=xwiki --password=xwiki` Future ideas: * Setup xinit