version: "3.8" services: phpmyadmin: image: phpmyadmin:5-apache ports: - "8080:80" environment: - PMA_ARBITRARY=1 restart: unless-stopped