version: "3" services: phpmyadmin: image: phpmyadmin:latest ports: - 13306:80 environment: - PMA_ARBITRARY=1 restart: unless-stopped