phpmyadmin: image: phpmyadmin/phpmyadmin container_name: myadmin environment: - PMA_ARBITRARY=1 restart: always ports: - 8080:80 volumes: - /sessions