diff --git a/images/docker-phpmyadmin/index.html b/images/docker-phpmyadmin/index.html index f5227d7e5c..0db1956425 100644 --- a/images/docker-phpmyadmin/index.html +++ b/images/docker-phpmyadmin/index.html @@ -1,4 +1,4 @@ - phpmyadmin - LinuxServer.io
Skip to content

linuxserver/phpmyadmin

Scarf.io pulls GitHub Stars GitHub Release GitHub Package Repository GitLab Container Registry Quay.io Docker Pulls Docker Stars Jenkins Build LSIO CI

Phpmyadmin is a free software tool written in PHP, intended to handle the administration of MySQL over the Web. phpMyAdmin supports a wide range of operations on MySQL and MariaDB.

phpmyadmin

Supported Architectures

We utilise the docker manifest for multi-platform awareness. More information is available from docker here and our announcement here.

Simply pulling lscr.io/linuxserver/phpmyadmin:latest should retrieve the correct image for your arch, but you can also pull specific arch images via tags.

The architectures supported by this image are:

Architecture Available Tag
x86-64 amd64-<version tag>
arm64 arm64v8-<version tag>
armhf

Application Setup

This image uses nginx, in contrast to the official images which offer fpm-only or Apache variants.

We support all of the official environment variables for configuration as well as directly editing the config files.

For more information check out the phpmyadmin documentation.

Usage

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

---
+ phpmyadmin - LinuxServer.io       

linuxserver/phpmyadmin

Scarf.io pulls GitHub Stars GitHub Release GitHub Package Repository GitLab Container Registry Quay.io Docker Pulls Docker Stars Jenkins Build LSIO CI

Phpmyadmin is a free software tool written in PHP, intended to handle the administration of MySQL over the Web. phpMyAdmin supports a wide range of operations on MySQL and MariaDB.

phpmyadmin

Supported Architectures

We utilise the docker manifest for multi-platform awareness. More information is available from docker here and our announcement here.

Simply pulling lscr.io/linuxserver/phpmyadmin:latest should retrieve the correct image for your arch, but you can also pull specific arch images via tags.

The architectures supported by this image are:

Architecture Available Tag
x86-64 amd64-<version tag>
arm64 arm64v8-<version tag>
armhf

Application Setup

This image uses nginx, in contrast to the official images which offer fpm-only or Apache variants.

We support all of the official environment variables for configuration as well as directly editing the config files.

For more information check out the phpmyadmin documentation.

Usage

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

---
 version: "2.1"
 services:
   phpmyadmin:
@@ -53,4 +53,4 @@
   --pull \
   -t lscr.io/linuxserver/phpmyadmin:latest .
 

The ARM variants can be built on x86_64 hardware using multiarch/qemu-user-static

docker run --rm --privileged multiarch/qemu-user-static:register --reset
-

Once registered you can define the dockerfile to use with -f Dockerfile.aarch64.

Versions

  • 06.09.23: - Add support for custom themes.
  • 25.05.23: - Rebase to Alpine 3.18, deprecate armhf.
  • 13.04.23: - Move ssl.conf include to default.conf.
  • 20.01.23: - Rebase to alpine 3.17 with php8.1.
  • 18.11.22: - Rebasing to Alpine 3.16, migrate to s6v3.
  • 20.08.22: - Rebasing to Alpine 3.15 with php8. Restructure nginx configs (see changes announcement).
  • 23.01.22: - Pin versions to 5.x.x.
  • 14.06.21: - Initial Release.

Last update: October 6, 2023
Created: February 5, 2019
\ No newline at end of file +

Once registered you can define the dockerfile to use with -f Dockerfile.aarch64.

Versions

  • 06.09.23: - Add support for custom themes.
  • 25.05.23: - Rebase to Alpine 3.18, deprecate armhf.
  • 13.04.23: - Move ssl.conf include to default.conf.
  • 20.01.23: - Rebase to alpine 3.17 with php8.1.
  • 18.11.22: - Rebasing to Alpine 3.16, migrate to s6v3.
  • 20.08.22: - Rebasing to Alpine 3.15 with php8. Restructure nginx configs (see changes announcement).
  • 23.01.22: - Pin versions to 5.x.x.
  • 14.06.21: - Initial Release.

Last update: November 17, 2023
Created: February 5, 2019
\ No newline at end of file diff --git a/sitemap.xml.gz b/sitemap.xml.gz index 7ca8bde10b..0002fbd620 100644 Binary files a/sitemap.xml.gz and b/sitemap.xml.gz differ