mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-17 19:37:02 +00:00
🐳 Adding phpmyadmin as an option to manage database
This commit is contained in:
15
docker-compose.phpmyadmin.yaml
Normal file
15
docker-compose.phpmyadmin.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
version: '3'
|
||||
|
||||
networks:
|
||||
whaticket:
|
||||
|
||||
services:
|
||||
|
||||
phpmyadmin:
|
||||
image: phpmyadmin/phpmyadmin:latest
|
||||
environment:
|
||||
- PMA_HOSTS=mysql
|
||||
ports:
|
||||
- ${PMA_PORT:-9000}:80
|
||||
networks:
|
||||
- whaticket
|
||||
Reference in New Issue
Block a user