From 8c48a54f0a2802a098cd57cf9ecb9929730d50f5 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Thu, 28 Dec 2023 18:37:38 +0000 Subject: [PATCH] Bot Updating Templated Files --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aa456f9..21bc848 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ services: - PMA_ARBITRARY=1 #optional - PMA_ABSOLUTE_URI=https://phpmyadmin.example.com #optional volumes: - - /path/to/appdata/config:/config + - /path/to/phpmyadmin/config:/config ports: - 80:80 restart: unless-stopped @@ -102,7 +102,7 @@ docker run -d \ -e PMA_ARBITRARY=1 `#optional` \ -e PMA_ABSOLUTE_URI=https://phpmyadmin.example.com `#optional` \ -p 80:80 \ - -v /path/to/appdata/config:/config \ + -v /path/to/phpmyadmin/config:/config \ --restart unless-stopped \ lscr.io/linuxserver/phpmyadmin:latest ``` @@ -119,7 +119,7 @@ Containers are configured using parameters passed at runtime (such as those abov | `-e TZ=Etc/UTC` | specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). | | `-e PMA_ARBITRARY=1` | Set to `1` to allow you to connect to any server. Setting to `0` will only allow you to connect to specified hosts (See Application Setup) | | `-e PMA_ABSOLUTE_URI=https://phpmyadmin.example.com` | Set the URL you will use to access the web frontend | -| `-v /config` | Contains all relevant configuration files. | +| `-v /config` | Persistent config files | ## Environment variables from files (Docker secrets) @@ -297,6 +297,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **28.12.23:** - Rebase to Alpine 3.19 with php 8.3. * **25.12.23:** - Existing users should update: site-confs/default.conf - Cleanup default site conf. * **06.09.23:** - Add support for custom themes. * **25.05.23:** - Rebase to Alpine 3.18, deprecate armhf.