You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,9 @@ In this instance `PUID=1001` and `PGID=1001`. To find yours use `id user` as bel
57
57
58
58
## Setting up the application
59
59
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...
61
63
62
64
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.
63
65
@@ -70,8 +72,14 @@ Find custom.cnf in /config for config changes (restart container for them to tak
70
72
71
73
* Shell access whilst the container is running: `docker exec -it mariadb /bin/bash`
72
74
* 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`
75
83
76
84
## Versions
77
85
+**11.10.16:** Rebase to ubuntu xenial, add version labelling.
0 commit comments