[+] Template: phpMyAdmin
🆕 **New Template**: -> ℹ️ **phpMyAdmin**: phpMyAdmin is a web-based database management tool for administering your MySQL and MariaDB databases through a user-friendly interface.
This commit is contained in:
21
templates/compose/phpmyadmin.yaml
Normal file
21
templates/compose/phpmyadmin.yaml
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
# documentation: https://docs.phpmyadmin.net/en/latest/
|
||||||
|
# slogan: phpMyAdmin is a web-based database management tool for administering your MySQL and MariaDB databases through a user-friendly interface.
|
||||||
|
# tags: database management
|
||||||
|
|
||||||
|
services:
|
||||||
|
phpmyadmin:
|
||||||
|
image: lscr.io/linuxserver/phpmyadmin:latest
|
||||||
|
environment:
|
||||||
|
- SERVICE_FQDN_PHPMYADMIN
|
||||||
|
- PUID=1000
|
||||||
|
- PGID=1000
|
||||||
|
- TZ=Europe/Madrid
|
||||||
|
- PMA_ARBITRARY=1
|
||||||
|
- PMA_ABSOLUTE_URI=$SERVICE_FQDN_PHPMYADMIN
|
||||||
|
volumes:
|
||||||
|
- phpmyadmin-config:/config
|
||||||
|
healthcheck:
|
||||||
|
test: ["CMD", "curl", "-f", "http://localhost:80"]
|
||||||
|
interval: 2s
|
||||||
|
timeout: 10s
|
||||||
|
retries: 15
|
||||||
Reference in New Issue
Block a user