Skip to content

Commit 210a1d4

Browse files
authored
better spacing on README to suit dockerhub
1 parent 0730a9d commit 210a1d4

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ In this instance `PUID=1001` and `PGID=1001`. To find yours use `id user` as bel
5757

5858
## Setting up the application
5959

60-
If you didn't set a password during installation, (see logs for warning) use mysqladmin -u root password <PASSWORD> to set one at the docker prompt...
60+
If you didn't set a password during installation, (see logs for warning) use
61+
`mysqladmin -u root password <PASSWORD>`
62+
to set one at the docker prompt...
6163

6264
NOTE changing the MYSQL_ROOT_PASSWORD variable after the container has set up the initial databases has no effect, use the mysqladmin tool to change your mariadb password.
6365

@@ -70,8 +72,14 @@ Find custom.cnf in /config for config changes (restart container for them to tak
7072

7173
* Shell access whilst the container is running: `docker exec -it mariadb /bin/bash`
7274
* To monitor the logs of the container in realtime: `docker logs -f mariadb`
73-
* container version number `docker inspect -f '{{ index .Config.Labels "build_version" }}' mariadb`
74-
* image version number `docker inspect -f '{{ index .Config.Labels "build_version" }}' linuxserver/mariadb`
75+
76+
* container version number
77+
78+
`docker inspect -f '{{ index .Config.Labels "build_version" }}' mariadb`
79+
80+
* image version number
81+
82+
`docker inspect -f '{{ index .Config.Labels "build_version" }}' linuxserver/mariadb`
7583

7684
## Versions
7785
+ **11.10.16:** Rebase to ubuntu xenial, add version labelling.

0 commit comments

Comments
 (0)