feat: add phpmyadmin
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user