feat: add phpmyadmin

This commit is contained in:
2026-07-01 23:02:56 +07:00
parent 5565d15be5
commit 83a529b4c5
2 changed files with 20 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
services:
phpmyadmin:
image: phpmyadmin:latest
container_name: thankcard-system-phpmyadmin
ports:
- "8889:80"
environment:
PMA_HOST: host.docker.internal
PMA_PORT: 3306
extra_hosts:
- "host.docker.internal:host-gateway"