4x/data/0doc/release/docker-shell/compose/phpmyadmin.yml

10 lines
168 B
YAML
Raw Permalink Normal View History

2024-12-26 19:24:07 +08:00
version: "3"
services:
phpmyadmin:
image: phpmyadmin:latest
ports:
- 13306:80
environment:
- PMA_ARBITRARY=1
restart: unless-stopped