Skip to content

Commit 99270a7

Browse files
Bot Updating Templated Files
1 parent 6af0616 commit 99270a7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,13 @@ When this container initializes, if `MYSQL_ROOT_PASSWORD` is set an upgrade chec
122122
mariadb-upgrade -u root -p<PASSWORD>
123123
```
124124

125-
126125
## Usage
127126

128127
To help you get started creating a container from this image you can either use docker-compose or the docker cli.
129128

129+
>[!NOTE]
130+
>Unless a parameter is flaged as 'optional', it is *mandatory* and a value must be provided.
131+
130132
### docker-compose (recommended, [click here for more info](https://docs.linuxserver.io/general/docker-compose))
131133

132134
```yaml
@@ -176,7 +178,7 @@ Containers are configured using parameters passed at runtime (such as those abov
176178

177179
| Parameter | Function |
178180
| :----: | --- |
179-
| `-p 3306` | MariaDB listens on this port. |
181+
| `-p 3306:3306` | MariaDB listens on this port. |
180182
| `-e PUID=1000` | for UserID - see below for explanation |
181183
| `-e PGID=1000` | for GroupID - see below for explanation |
182184
| `-e TZ=Etc/UTC` | specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). |

0 commit comments

Comments
 (0)