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