Skip to content

Commit e60c3bb

Browse files
committed
amend README
1 parent e73c10a commit e60c3bb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![https://linuxserver.io](https://www.linuxserver.io/wp-content/uploads/2015/06/linuxserver_medium.png)
22

3-
The [LinuxServer.io](https://linuxserver.io) team brings you another container release featuring auto-update on startup, easy user mapping and community support. Find us for support at:
3+
The [LinuxServer.io](https://linuxserver.io) team brings you another container release featuring easy user mapping and community support. Find us for support at:
44
* [forum.linuxserver.io](https://forum.linuxserver.io)
55
* [IRC](https://www.linuxserver.io/index.php/irc/) on freenode at `#linuxserver.io`
66
* [Podcast](https://www.linuxserver.io/index.php/category/podcast/) covers everything to do with getting the most from your Linux Server plus a focus on all things Docker and containerisation!
@@ -45,7 +45,8 @@ In this instance `PUID=1001` and `PGID=1001`. To find yours use `id user` as bel
4545

4646
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... NOTE changing the MYSQL_ROOT_PASSWORD variable after the container has set up the initial databases has no effect. It is also advisable to edit the run command or template/webui after setup and remove reference to this variable.
4747

48-
Find my.cnf in /config, the databases in /config/databases and the log in /config/log/myqsl
48+
Find custom.cnf in /config for config changes (restart container for them to take effect)
49+
, the databases in /config/databases and the log in /config/log/myqsl
4950

5051
The container also has mysqltuner included which can either be run from within the container by exec'ing in or externally by issuing `docker exec -it mariadb mysqltuner`. It will prompt for credentials if you have set a password for root user.
5152

0 commit comments

Comments
 (0)