Bot Updating Documentation

pull/180/head
LinuxServer-CI 2024-01-26 17:33:29 +00:00
rodzic ffcf2bba93
commit a309c0cda6
1 zmienionych plików z 4 dodań i 3 usunięć

Wyświetl plik

@ -121,7 +121,7 @@ services:
- MYSQL_PASSWORD=DATABASE_PASSWORD #optional - MYSQL_PASSWORD=DATABASE_PASSWORD #optional
- REMOTE_SQL=http://URL1/your.sql,https://URL2/your.sql #optional - REMOTE_SQL=http://URL1/your.sql,https://URL2/your.sql #optional
volumes: volumes:
- path_to_data:/config - /path/to/mariadb/config:/config
ports: ports:
- 3306:3306 - 3306:3306
restart: unless-stopped restart: unless-stopped
@ -141,7 +141,7 @@ docker run -d \
-e MYSQL_PASSWORD=DATABASE_PASSWORD `#optional` \ -e MYSQL_PASSWORD=DATABASE_PASSWORD `#optional` \
-e REMOTE_SQL=http://URL1/your.sql,https://URL2/your.sql `#optional` \ -e REMOTE_SQL=http://URL1/your.sql,https://URL2/your.sql `#optional` \
-p 3306:3306 \ -p 3306:3306 \
-v path_to_data:/config \ -v /path/to/mariadb/config:/config \
--restart unless-stopped \ --restart unless-stopped \
lscr.io/linuxserver/mariadb:latest lscr.io/linuxserver/mariadb:latest
``` ```
@ -173,7 +173,7 @@ Containers are configured using parameters passed at runtime (such as those abov
| Volume | Function | | Volume | Function |
| :----: | --- | | :----: | --- |
| `/config` | Contains the db itself and all assorted settings. | | `/config` | Persistent config files |
#### Miscellaneous Options #### Miscellaneous Options
@ -343,6 +343,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions ## Versions
* **23.12.23:** - Rebase to Alpine 3.19.
* **09.06.23:** - Update lc_messages path in shipped custom.cnf to match upstream. * **09.06.23:** - Update lc_messages path in shipped custom.cnf to match upstream.
* **25.05.23:** - Rebase to Alpine 3.18, deprecate armhf. * **25.05.23:** - Rebase to Alpine 3.18, deprecate armhf.
* **04.02.23:** - Minor updates to defaults in custom.cnf. * **04.02.23:** - Minor updates to defaults in custom.cnf.