phpmyadmin: image: easypi/phpmyadmin-arm ports: - "8080:80" environment: - PMA_HOST=dbhost - PMA_PORT=3306 restart: always