[+] 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:
TheH2SO4 2023-10-25 21:57:03 +02:00 committed by GitHub
parent fcc8a7f0ed
commit 3fcac0ac35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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